Skip to content

Commit 7073e8a

Browse files
authored
fix: Ignore deprecation message from cattrs (#1020)
Deprecation message introduced in Python3.14. Filed upstream issue: python-attrs/cattrs#635 Signed-off-by: Cristian Le <[email protected]>
1 parent 91d2f5b commit 7073e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
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)