diff --git a/pandas/io/tests/test_excel.py b/pandas/io/tests/test_excel.py index 5335c7691195f..4895ff3b79308 100644 --- a/pandas/io/tests/test_excel.py +++ b/pandas/io/tests/test_excel.py @@ -663,6 +663,7 @@ def test_excel_roundtrip_datetime(self): # GH4133 - excel output format strings def test_excel_date_datetime_format(self): + _skip_if_no_xlrd() df = DataFrame([[date(2014, 1, 31), date(1999, 9, 24)], [datetime(1998, 5, 26, 23, 33, 4),