Skip to content

Commit be585ac

Browse files
committed
Don't error on ast deprecation warnings
1 parent 679eb67 commit be585ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ timeout = 300
219219
filterwarnings =
220220
error
221221
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
222+
always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
223+
always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
222224
223225
[check-wheel-contents]
224226
ignore = W002,W102

0 commit comments

Comments
 (0)