Skip to content

COMPAT: dateutil 2.5.2 broke sometests #12730

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

Closed
jreback opened this issue Mar 29, 2016 · 0 comments · Fixed by #12731
Closed

COMPAT: dateutil 2.5.2 broke sometests #12730

jreback opened this issue Mar 29, 2016 · 0 comments · Fixed by #12731
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Mar 29, 2016

dateutil/dateutil#217 was fixed in 2.5.2
similar to fixes in #12613

so need to adjust our tests based on version >= 2.5.2 to handle the new behavior.
the OSX build uses pip to pick up the new version so currently is failing
the 3.5 build uses latest conda, so its still using 2.5.1

======================================================================
ERROR: test_parsers_dayfirst_yearfirst (pandas.tseries.tests.test_tslib.TestDatetimeParsingWrappers)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jreback/pandas/pandas/tseries/tests/test_tslib.py", line 608, in test_parsers_dayfirst_yearfirst
    yearfirst=yearfirst)
  File "/Users/jreback/pandas/pandas/tseries/tools.py", line 523, in parse_time_string
    yearfirst=yearfirst)
  File "pandas/tslib.pyx", line 1765, in pandas.tslib.parse_datetime_string_with_reso (pandas/tslib.c:32262)
    raise DateParseError(e)
DateParseError: month must be in 1..12
@jreback jreback added Datetime Datetime data dtype Difficulty Novice Compat pandas objects compatability with Numpy or Python functions labels Mar 29, 2016
@jreback jreback added this to the 0.18.1 milestone Mar 29, 2016
jreback added a commit to jreback/pandas that referenced this issue Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant