From 160e4c817380a653bdfd90d723100d1548125c8d Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 1 Dec 2022 00:14:57 +0200 Subject: Add pytz to test deps to allow tests to not fail on lower python versions --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29feedb..0bd182d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ test_deps = [ 'vcrpy', 'pytest-vcr', 'pytest-mock', - 'requests-mock' + 'requests-mock', + 'pytz' ] webpush_deps = [ -- cgit v1.2.3