Skip to content

Commit a95455d

Browse files
committed
Ignore cattrs warning
Signed-off-by: Cristian Le <[email protected]>
1 parent 91d2f5b commit a95455d

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
@@ -144,6 +144,7 @@ filterwarnings = [
144144
"default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes
145145
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
146146
"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?
147148
]
148149
log_cli_level = "info"
149150
pythonpath = ["tests/utils"]

0 commit comments

Comments
 (0)