Skip to content

COMPAT: python-dateutil 2.5.3 #12944

Closed
Closed
@jreback

Description

@jreback

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Compatpandas objects compatability with Numpy or Python functionsDatetimeDatetime data dtype

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions