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 8273f2f commit bae9823Copy full SHA for bae9823
pyproject.toml
@@ -64,6 +64,8 @@ filterwarnings = [
64
'error',
65
# Work around https://github.com/pytest-dev/pytest/issues/10977 for Python 3.12
66
'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:',
69
]
70
timeout = 30
71
xfail_strict = true
0 commit comments