Skip to content

Commit

Permalink
BF: Skip test_read_excel_parse_dates if no xlwt which is used in to_e…
Browse files Browse the repository at this point in the history
…xcel (#19803)
  • Loading branch information
yarikoptic authored and jreback committed Feb 21, 2018
1 parent feec5c1 commit 695614d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ def test_read_excel_chunksize(self):
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],
Expand Down

0 comments on commit 695614d

Please sign in to comment.