From 454ef2b874d620e9c6197e6437b22105977dd2b8 Mon Sep 17 00:00:00 2001 From: y-p Date: Mon, 27 Jan 2014 05:48:59 +0200 Subject: [PATCH] TST: add _skip_if_no_xlrd() to test GH5583 --- pandas/io/tests/test_excel.py | 1 + 1 file changed, 1 insertion(+) 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),