Skip to content

Commit f23f329

Browse files
committed
Revert "TST: skip python-dateutil version sensitive tests until #12944 can resolve"
This reverts commit 1617244.
1 parent 8ab7d3a commit f23f329

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tseries/tests/test_tslib.py

-2
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ def test_parsers_quarter_invalid(self):
592592
self.assertRaises(ValueError, tools.parse_time_string, case)
593593

594594
def test_parsers_dayfirst_yearfirst(self):
595-
raise nose.SkipTest("skipping until comprehensive fixes for dateutil, "
596-
"xref #12944")
597595

598596
# https://github.com/dateutil/dateutil/issues/217
599597
# this issue was closed

0 commit comments

Comments
 (0)