Skip to content

Commit e619aaa

Browse files
authored
chore: pytest log_level is better than log_cli_level (#3719)
1 parent a11c239 commit e619aaa

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
@@ -137,7 +137,7 @@ filterwarnings = [
137137
"ignore:module 'sre_.*' is deprecated:DeprecationWarning",
138138
"ignore:Jitify is performing a one-time only warm-up",
139139
]
140-
log_cli_level = "INFO"
140+
log_level = "INFO"
141141
testpaths = ["tests", "tests-cuda", "tests-cuda-kernels", "tests-cuda-kernels-explicit"]
142142

143143
[tool.pylint]

0 commit comments

Comments
 (0)