Skip to content

Commit 337f571

Browse files
authored
Update pyproject.toml
1 parent 4d11550 commit 337f571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ filterwarnings = [
145145
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
146146
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
147147
"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",
148149
]
149150
log_cli_level = "INFO"
150151
pythonpath = ["tests/utils"]

0 commit comments

Comments
 (0)