We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab7d3a commit f23f329Copy full SHA for f23f329
pandas/tseries/tests/test_tslib.py
@@ -592,8 +592,6 @@ def test_parsers_quarter_invalid(self):
592
self.assertRaises(ValueError, tools.parse_time_string, case)
593
594
def test_parsers_dayfirst_yearfirst(self):
595
- raise nose.SkipTest("skipping until comprehensive fixes for dateutil, "
596
- "xref #12944")
597
598
# https://github.com/dateutil/dateutil/issues/217
599
# this issue was closed
0 commit comments