Skip to content

Commit 8e32daa

Browse files
committed
Update pytest warning filter.
1 parent 0c675a7 commit 8e32daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ filterwarnings =
274274
always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
275275
always:ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
276276
always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
277+
always:mypy_extensions.TypedDict is deprecated, and will be removed in a future version. Use typing.TypedDict or typing_extensions.TypedDict instead.:DeprecationWarning
277278
278279
[doc8]
279280
ignore-path = doc-source/build

0 commit comments

Comments
 (0)