forked from orbit-oss/flask
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:
parent
5b38fe2fbe
commit
eb9618347c
2 changed files with 9 additions and 7 deletions
1
tox.ini
1
tox.ini
|
|
@ -15,6 +15,7 @@ deps =
|
|||
coverage
|
||||
greenlet
|
||||
blinker
|
||||
pytz
|
||||
|
||||
lowest: Werkzeug==0.9
|
||||
lowest: Jinja2==2.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue