Skip to content

Commit 591969f

Browse files
Apply Repo-Review rule PP304
Sets the log level in pytest
1 parent 9f426f7 commit 591969f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ exclude = ".*"
185185
[tool.pytest.ini_options]
186186
minversion = "6"
187187
testpaths = ["fmriprep"]
188-
log_cli_level = "INFO"
188+
log_level = "INFO"
189189
xfail_strict = true
190190
norecursedirs = [".git"]
191191
addopts = [

0 commit comments

Comments
 (0)