Test case failing - test_timezones.py:TestTimeZones.test_normalize_tz · Issue #13459 · pandas-dev/pandas (original) (raw)
Code Sample, a copy-pastable example if possible
nosetests pandas/tseries/tests/test_timezones.py:TestTimeZones.test_normalize_tz
F
======================================================================
FAIL: test_normalize_tz (pandas.tseries.tests.test_timezones.TestTimeZones)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ravikumarnimmi/work/pandas/pandas/tseries/tests/test_timezones.py", line 1398, in test_normalize_tz
self.assertTrue(result.is_normalized)
AssertionError: False is not true
----------------------------------------------------------------------
Ran 1 test in 0.026s
FAILED (failures=1)