Use pytz again for tests

This is because datetime.timezone is Python 3 only.  The only
alternative would be to hand-spin a datetime.tzinfo subclass, an
overkill.

This reverts commit 0e6cab3576.
This commit is contained in:
Eugene M. Kim 2017-06-14 13:57:40 -07:00
parent 5b38fe2fbe
commit eb9618347c
2 changed files with 9 additions and 7 deletions

View file

@ -15,6 +15,7 @@ deps =
coverage
greenlet
blinker
pytz
lowest: Werkzeug==0.9
lowest: Jinja2==2.4