diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-12-01 00:14:57 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-12-01 00:14:57 +0200 |
commit | 160e4c817380a653bdfd90d723100d1548125c8d (patch) | |
tree | 8c5ff44eeb22b826cb959cd6d15680312c429872 | |
parent | a4b2b180d32a0920ac69b89a6a22d573af9e162e (diff) | |
download | mastodon.py-160e4c817380a653bdfd90d723100d1548125c8d.tar.gz |
Add pytz to test deps to allow tests to not fail on lower python versions
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ test_deps = [ | |||
7 | 'vcrpy', | 7 | 'vcrpy', |
8 | 'pytest-vcr', | 8 | 'pytest-vcr', |
9 | 'pytest-mock', | 9 | 'pytest-mock', |
10 | 'requests-mock' | 10 | 'requests-mock', |
11 | 'pytz' | ||
11 | ] | 12 | ] |
12 | 13 | ||
13 | webpush_deps = [ | 14 | webpush_deps = [ |