8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078db9f commit 576c067Copy full SHA for 576c067
tox.ini
@@ -237,7 +237,7 @@ filterwarnings =
237
always:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning
238
always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
239
always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant:DeprecationWarning
240
- always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning
+ always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:pytz.tzinfo
241
242
[testenv]
243
setenv =
0 commit comments