Commit f1aa4dff authored by Jens Vagelpohl's avatar Jens Vagelpohl

- Pin ``pytz`` to prevent unit test failures from ``DateTime``

parent 4f2cf425
...@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/ ...@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.27 (unreleased) 2.13.27 (unreleased)
-------------------- --------------------
- Pin ``pytz`` to prevent unit test failures from ``DateTime``
- Update virtualenv based installation docs to mention pip<8.0 requirement. - Update virtualenv based installation docs to mention pip<8.0 requirement.
- Explicitly require Manager role for ``AltDatabaseManager``. [maurits] - Explicitly require Manager role for ``AltDatabaseManager``. [maurits]
......
...@@ -99,3 +99,6 @@ mechanize = < 0.3.dev ...@@ -99,3 +99,6 @@ mechanize = < 0.3.dev
python-gettext = < 1.3.dev python-gettext = < 1.3.dev
zope.testbrowser = < 3.12.dev zope.testbrowser = < 3.12.dev
# pytz 2017.3 provokes a test failure in DateTime:
# AssertionError: legacy timezone Canada/East-Saskatchewan cannot be looked up
pytz = < 2017.3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment