From: Debian Science Team Date: Tue, 29 May 2018 13:50:59 +0000 (+0100) Subject: up_xlwt_optional X-Git-Tag: archive/raspbian/0.22.0-7+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4cce5616f1d68397e67a5850d9708edefe3e46a9;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],