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 4d11550 commit 337f571Copy full SHA for 337f571
pyproject.toml
@@ -145,6 +145,7 @@ filterwarnings = [
145
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
146
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
147
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning", # From cattrs 24.1.2 and other?
148
+ "ignore:The 'wheel.metadata' package has been made private:DeprecationWarning",
149
]
150
log_cli_level = "INFO"
151
pythonpath = ["tests/utils"]
0 commit comments