Add pytz to test deps to allow tests to not fail on lower python versions

This commit is contained in:
halcy 2022-12-01 00:14:57 +02:00
parent a4b2b180d3
commit 160e4c8173

View File

@ -7,7 +7,8 @@ test_deps = [
'vcrpy', 'vcrpy',
'pytest-vcr', 'pytest-vcr',
'pytest-mock', 'pytest-mock',
'requests-mock' 'requests-mock',
'pytz'
] ]
webpush_deps = [ webpush_deps = [