Skip to content

Commit 454ef2b

Browse files
author
y-p
committed
TST: add _skip_if_no_xlrd() to test GH5583
1 parent c55511b commit 454ef2b

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)