From: Debian Science Team Date: Sun, 17 Jun 2018 16:01:16 +0000 (+0100) Subject: up_xlwt_optional X-Git-Tag: archive/raspbian/0.25.3+dfsg2-2+rpi1~1^2^2^2^2^2^2^2^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=31750ad9ccdc0edcf067316b3f4a7d9746638709;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],