Edgewall Software

Opened 6 years ago

Last modified 6 years ago

#12978 closed defect

Test failure with pytz 2018.3 — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.0.17
Component: general Version:
Severity: normal Keywords: pytz
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

======================================================================
FAIL: test_pytz_tokyo (trac.util.tests.datefmt.LocalTimezoneTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git/trac/util/tests/datefmt.py", line 2050, in test_pytz_tokyo
    self._compare_pytz(tz, '1948-05-02T02:00')  # +1:00 (DST start)
  File "/Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git/trac/util/tests/datefmt.py", line 1965, in _compare_pytz
    self._compare_pytz_arithmetic(tz, dt_naive)
  File "/Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git/trac/util/tests/datefmt.py", line 1929, in _compare_pytz_arithmetic
    self.assertEqual(dt_tz.isoformat(), dt_localtz.isoformat())
AssertionError: '1948-05-02T01:00:00+10:00' != '1948-05-02T00:00:00+09:00'

Change History (0)

Note: See TracTickets for help on using tickets.