Skip to content

Commit be0b991

Browse files
authored
Update pyproject.toml
1 parent f2905f8 commit be0b991

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
@@ -147,7 +147,7 @@ filterwarnings = [
147147
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
148148
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning", # From cattrs 24.1.2 and other?
149149
]
150-
log_cli_level = "info"
150+
log_cli_level = "INFO"
151151
pythonpath = ["tests/utils"]
152152
testpaths = ["tests"]
153153
markers = [

0 commit comments

Comments
 (0)