Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failures - test_stringified_slice_with_tz #25492

Closed
WillAyd opened this issue Mar 1, 2019 · 0 comments · Fixed by #25496
Closed

Build Failures - test_stringified_slice_with_tz #25492

WillAyd opened this issue Mar 1, 2019 · 0 comments · Fixed by #25496
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail
Milestone

Comments

@WillAyd
Copy link
Member

WillAyd commented Mar 1, 2019

As noted by @TomAugspurger here looks like builds started failing today. I think this has to do with the upcoming DST transition.

cc @mroeschke

=================================== FAILURES ===================================
_______________ TestDatetimeIndex.test_stringified_slice_with_tz _______________
[gw0] darwin -- Python 3.5.6 /Users/vsts/miniconda3/envs/pandas-dev/bin/python

self = <pandas.tests.indexes.datetimes.test_datetime.TestDatetimeIndex object at 0x13accba58>

    def test_stringified_slice_with_tz(self):
        # GH#2658
        import datetime
        start = datetime.datetime.now()
>       idx = date_range(start=start, freq="1d", periods=10, tz='US/Eastern')

pandas/tests/indexes/datetimes/test_datetime.py:105: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pandas/core/indexes/datetimes.py:1551: in date_range
    closed=closed, **kwargs)
pandas/core/arrays/datetimes.py:454: in _generate_range
    tz, ambiguous=ambiguous, nonexistent=nonexistent)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   raise pytz.NonExistentTimeError(stamp)
E   pytz.exceptions.NonExistentTimeError: 2019-03-10 02:01:53.911138

pandas/_libs/tslibs/conversion.pyx:1100: NonExistentTimeError
@WillAyd WillAyd added CI Continuous Integration Unreliable Test Unit tests that occasionally fail labels Mar 1, 2019
@jreback jreback added this to the 0.25.0 milestone Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants