chore: pytest log_level is better than log_cli_level (#2657)

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Henry Schreiner
2025-11-10 22:47:32 +01:00
committed by GitHub
parent 720f8e266f
commit 1337e50f74
+1 -1
View File
@@ -110,7 +110,7 @@ addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config", "--xdoc
junit_family = "xunit2"
xfail_strict = true
filterwarnings = ["error"]
log_cli_level = "INFO"
log_level = "INFO"
markers = [
"serial: tests that must *not* be run in parallel (deselect with '-m \"not serial\"')",
"ios: tests that run on iOS",