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 dd04361 commit ec29d8cCopy full SHA for ec29d8c
pyproject.toml
@@ -69,6 +69,8 @@ filterwarnings = [
69
'error',
70
# Work around https://github.com/pytest-dev/pytest/issues/10977 for Python 3.12
71
'ignore:(ast\.Str|ast\.NameConstant|ast\.Num|Attribute s) is deprecated and will be removed.*:DeprecationWarning:',
72
+ # issue with pytz - https://github.com/stub42/pytz/issues/105 for Python 3.12
73
+ 'ignore:datetime\.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:',
74
]
75
timeout = 30
76
xfail_strict = true
0 commit comments