File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,11 @@ filterwarnings =
230
230
error
231
231
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
232
232
ignore::DeprecationWarning:certifi
233
+ always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
234
+ always:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning
235
+ always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
236
+ always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant:DeprecationWarning
237
+ always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning
233
238
234
239
[testenv]
235
240
setenv =
You can’t perform that action at this time.
0 commit comments