Skip to content

Commit 50a0cac

Browse files
author
y-p
committed
Merge pull request #6115 from y-p/PR_GH5583_fix_skip
TST: add _skip_if_no_xlrd() to test GH5583
2 parents 16f13c1 + 454ef2b commit 50a0cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/tests/test_excel.py

+1
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ def test_excel_roundtrip_datetime(self):
663663

664664
# GH4133 - excel output format strings
665665
def test_excel_date_datetime_format(self):
666+
_skip_if_no_xlrd()
666667
df = DataFrame([[date(2014, 1, 31),
667668
date(1999, 9, 24)],
668669
[datetime(1998, 5, 26, 23, 33, 4),

0 commit comments

Comments
 (0)