We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
TST: skip python-dateutil version sensitive tests until #12944 can re…
1617244
…solve
xref #7599
Sorry, something went wrong.
Revert "TST: skip python-dateutil version sensitive tests until panda…
68f73bf
…s-dev#12944 can resolve" This reverts commit 1617244.
ENH: add dayfirst/yearfirst to Timestamp for compat
596a06e
TST: fix up python-dateutil compat for 2.5.3, xref pandas-dev#12944
Revert "TST: skip python-dateutil version sensitive tests until #12944 …
f23f329
…can resolve" This reverts commit 1617244.
0843911
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: