Skip to content

Commit f5b8170

Browse files
committed
Update pytest warningfilter
1 parent d831cb3 commit f5b8170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ filterwarnings =
265265
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
266266
always:module 'sre_constants' is deprecated:DeprecationWarning
267267
always:pkg_resources is deprecated as an API:DeprecationWarning
268+
always:ast.Ellipsis is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
269+
always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
270+
always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
271+
always:ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
272+
always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
268273
269274
[doc8]
270275
ignore-path = doc-source/build

0 commit comments

Comments
 (0)