Skip to content

COMPAT: python-dateutil 2.5.3 #12944

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 Apr 21, 2016 · 1 comment
Closed

COMPAT: python-dateutil 2.5.3 #12944

jreback opened this issue Apr 21, 2016 · 1 comment
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 21, 2016

so this parade of dateutil changes causes havoc in the testsuite as we adjust.

previous fixes: #12731, #12613

revert this: 1617244

Let's see what the correct fixes are and maybe need to ban certain buggy versions.

======================================================================
FAIL: 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 631, in test_parsers_dayfirst_yearfirst
    self.assertRaises(tslib.DateParseError, f, date_str)
  File "/Users/jreback/pandas/pandas/util/testing.py", line 2162, in assertRaises
    _callable(*args, **kwargs)
  File "/Users/jreback/pandas/pandas/util/testing.py", line 2232, in __exit__
    raise AssertionError("{0} not raised.".format(name))
AssertionError: DateParseError not raised.
@jreback jreback added Datetime Datetime data dtype Compat pandas objects compatability with Numpy or Python functions labels Apr 21, 2016
@jreback jreback added this to the 0.18.1 milestone Apr 21, 2016
@jreback
Copy link
Contributor Author

jreback commented Apr 21, 2016

xref #7599

jreback added a commit to jreback/pandas that referenced this issue Apr 26, 2016
jreback added a commit to jreback/pandas that referenced this issue Apr 26, 2016
TST: fix up python-dateutil compat for 2.5.3, xref pandas-dev#12944
jreback added a commit that referenced this issue Apr 26, 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