[Checkins] [zopefoundation/Zope] 0bd5e0: Pin pytz to < 2017.3, to avoid DateTime test failu...

GitHub noreply at github.com
Thu Nov 30 21:52:16 CET 2017


  Branch: refs/heads/plone-hotfix20171128-redirect-213
  Home:   https://github.com/zopefoundation/Zope
  Commit: 0bd5e0214e1e9a64d31f28070b15606df64dd5ac
      https://github.com/zopefoundation/Zope/commit/0bd5e0214e1e9a64d31f28070b15606df64dd5ac
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M version_ranges.cfg

  Log Message:
  -----------
  Pin pytz to < 2017.3, to avoid DateTime test failure.

Failure in test testLegacyTimezones (DateTime.tests.testDateTime.DateTimeTests)
Traceback (most recent call last):
  File "/opt/python/2.7.13/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/travis/build/zopefoundation/Zope/eggs/DateTime-2.12.8-py2.7.egg/DateTime/tests/testDateTime.py", line 667, in testLegacyTimezones
    self.failUnless(name.lower() in cache._zidx, 'legacy timezone  %s cannot be looked up' % name)
  File "/opt/python/2.7.13/lib/python2.7/unittest/case.py", line 612, in deprecated_func
    return original_func(*args, **kwargs)
  File "/opt/python/2.7.13/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)
AssertionError: legacy timezone  Canada/East-Saskatchewan cannot be looked up




More information about the checkins mailing list