Skip to content

Commit 406c6d7

Browse files
committed
chore: pytest log_level is better than log_cli_level
Committed via https://github.com/asottile/all-repos
1 parent 3576d02 commit 406c6d7

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
@@ -164,7 +164,7 @@ filterwarnings = [
164164
"ignore:The 'wheel.metadata' package has been made private:DeprecationWarning",
165165
"ignore:version of cmake-example already set:UserWarning", # Caused by setuptoools-scm 9+ being installed
166166
]
167-
log_cli_level = "INFO"
167+
log_level = "INFO"
168168
pythonpath = ["tests/utils"]
169169
testpaths = ["tests"]
170170
markers = [

0 commit comments

Comments
 (0)