We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2905f8 commit be0b991Copy full SHA for be0b991
pyproject.toml
@@ -147,7 +147,7 @@ filterwarnings = [
147
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
148
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning", # From cattrs 24.1.2 and other?
149
]
150
-log_cli_level = "info"
+log_cli_level = "INFO"
151
pythonpath = ["tests/utils"]
152
testpaths = ["tests"]
153
markers = [
0 commit comments