We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679eb67 commit be585acCopy full SHA for be585ac
tox.ini
@@ -219,6 +219,8 @@ timeout = 300
219
filterwarnings =
220
error
221
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
224
225
[check-wheel-contents]
226
ignore = W002,W102
0 commit comments