8000 Don't error on deprecation warnings from pytz · domdfcoding/domdf_python_tools@576c067 · GitHub
[go: up one dir, main page]

Skip to content

Commit 576c067

Browse files
committed
Don't error on deprecation warnings from pytz
1 parent 078db9f commit 576c067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ filterwarnings =
237237
always:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning
238238
always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
239239
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
240+
always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:pytz.tzinfo
241241
242242
[testenv]
243243
setenv =

0 commit comments

Comments
 (0)
0