Skip to content

Commit 29f872f

Browse files
committed
chore: pytest log_level is better than log_cli_level
Committed via https://github.com/asottile/all-repos
1 parent 63777c2 commit 29f872f

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
@@ -148,7 +148,7 @@ enable_error_code = [ "ignore-without-code", "redundant-expr", "truthy-bool" ]
148148

149149
[tool.pytest]
150150
ini_options.minversion = "8"
151-
ini_options.log_cli_level = "INFO"
151+
ini_options.log_level = "INFO"
152152
ini_options.markers = [
153153
"all_packages: test install with maximum number of packages",
154154
]

0 commit comments

Comments
 (0)