Skip to content

Commit

Permalink
- Pin pytz to prevent unit test failures from DateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 1, 2017
1 parent 4f2cf42 commit f1aa4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.27 (unreleased)
--------------------

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

- Update virtualenv based installation docs to mention pip<8.0 requirement.

- Explicitly require Manager role for ``AltDatabaseManager``. [maurits]
Expand Down
3 changes: 3 additions & 0 deletions version_ranges.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ mechanize = < 0.3.dev
python-gettext = < 1.3.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

0 comments on commit f1aa4df

Please sign in to comment.