Skip to content

Commit a788aec

Browse files
jrebackTomAugspurger
authored andcommitted
TST: xfail dateutil > 2.6.1 tests (#18240)
xref #18141 (cherry picked from commit 40fd6b4)
1 parent feba166 commit a788aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexes/datetimes/test_tools.py

+1
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ def test_guess_datetime_format_nopadding(self):
960960
for dt_string, dt_format in dt_string_to_format:
961961
assert tools._guess_datetime_format(dt_string) == dt_format
962962

963+
@pytest.mark.xfail(reason="GH18141 - dateutil > 2.6.1 broken")
963964
def test_guess_datetime_format_for_array(self):
964965
tm._skip_if_not_us_locale()
965966
expected_format = '%Y-%m-%d %H:%M:%S.%f'

0 commit comments

Comments
 (0)