chore: pytest log_level is better than log_cli_level (#2657)
Committed via https://github.com/asottile/all-repos
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config", "--xdoc
|
|||||||
junit_family = "xunit2"
|
junit_family = "xunit2"
|
||||||
xfail_strict = true
|
xfail_strict = true
|
||||||
filterwarnings = ["error"]
|
filterwarnings = ["error"]
|
||||||
log_cli_level = "INFO"
|
log_level = "INFO"
|
||||||
markers = [
|
markers = [
|
||||||
"serial: tests that must *not* be run in parallel (deselect with '-m \"not serial\"')",
|
"serial: tests that must *not* be run in parallel (deselect with '-m \"not serial\"')",
|
||||||
"ios: tests that run on iOS",
|
"ios: tests that run on iOS",
|
||||||
|
|||||||
Reference in New Issue
Block a user