We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d2f5b commit 7073e8aCopy full SHA for 7073e8a
pyproject.toml
@@ -144,6 +144,7 @@ filterwarnings = [
144
"default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes
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
]
149
log_cli_level = "info"
150
pythonpath = ["tests/utils"]
0 commit comments