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

pull/290/head
halcy 2022-12-01 00:14:57 +02:00
rodzic a4b2b180d3
commit 160e4c8173
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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