Skip to content

Commit bae9823

Browse files
committed
mute pytz warning
1 parent 8273f2f commit bae9823

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ filterwarnings = [
6464
'error',
6565
# Work around https://github.com/pytest-dev/pytest/issues/10977 for Python 3.12
6666
'ignore:(ast\.Str|ast\.NameConstant|ast\.Num|Attribute s) is deprecated and will be removed.*:DeprecationWarning:',
67+
# issue with pytz - https://github.com/stub42/pytz/issues/105 for Python 3.12
68+
'ignore:datetime\.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:',
6769
]
6870
timeout = 30
6971
xfail_strict = true

0 commit comments

Comments
 (0)