Skip to content

Commit bc66d82

Browse files
authored
chore: pytest log_level is better than log_cli_level (#2634)
* c.f. scientific-python/cookie#679
1 parent edc3e9c commit bc66d82

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
@@ -171,7 +171,7 @@ addopts = [
171171
"--doctest-modules",
172172
"--doctest-glob='*.rst'",
173173
]
174-
log_cli_level = "INFO"
174+
log_level = "INFO"
175175
testpaths = "tests"
176176
markers = [
177177
"fail_jax",

0 commit comments

Comments
 (0)