From: Debian Science Team Date: Tue, 24 Apr 2018 19:09:20 +0000 (+0100) Subject: up_xlwt_optional X-Git-Tag: archive/raspbian/0.22.0-6+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f52f65055774d3bf89c46208cab3a982f07efe67;p=pandas.git up_xlwt_optional Gbp-Pq: Name up_xlwt_optional --- diff --git a/pandas/tests/io/test_excel.py b/pandas/tests/io/test_excel.py index 806f4f80..61360484 100644 --- a/pandas/tests/io/test_excel.py +++ b/pandas/tests/io/test_excel.py @@ -980,6 +980,7 @@ class XlrdTests(ReadingTestsBase): def test_read_excel_parse_dates(self): # GH 11544, 12051 _skip_if_no_openpyxl() + _skip_if_no_xlwt() # for df2.to_excel df = DataFrame( {'col': [1, 2, 3],