Skip to content

Commit 1617244

Browse files
committed
TST: skip python-dateutil version sensitive tests until #12944 can resolve
1 parent de32953 commit 1617244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tseries/tests/test_tslib.py

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

591591
def test_parsers_dayfirst_yearfirst(self):
592+
raise nose.SkipTest("skipping until comprehensive fixes for dateutil, "
593+
"xref #12944")
592594

593595
# https://github.com/dateutil/dateutil/issues/217
594596
# this issue was closed

0 commit comments

Comments
 (0)