Skip to content

Commit d4dd7cf

Browse files
authored
Merge pull request #71 from scikit-hep/all-repos_autofix_all-repos-sed
chore: pytest log_level is better than log_cli_level
2 parents e08fb1d + 9d5dd32 commit d4dd7cf

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
@@ -85,7 +85,7 @@ minversion = "6.0"
8585
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
8686
xfail_strict = true
8787
filterwarnings = ["error"]
88-
log_cli_level = "INFO"
88+
log_level = "INFO"
8989
testpaths = [
9090
"tests",
9191
]

0 commit comments

Comments
 (0)