Skip to content

Commit c3c6868

Browse files
Ignore deprecation message from cattrs
python-attrs/cattrs#635
1 parent 88887df commit c3c6868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ filterwarnings = [
105105
"error",
106106
"default:'asyncio.iscoroutinefunction' is deprecated:DeprecationWarning",
107107
"""default:Fields in transformed catalog but not in records:UserWarning""",
108+
# https://github.com/python-attrs/cattrs/issues/635
109+
# https://github.com/python/cpython/issues/105499
110+
"default:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning",
108111
]
109112
xfail_strict = true
110113

0 commit comments

Comments
 (0)