Closed
Description
https://github.com/pydata/pandas/blob/master/pandas/io/tests/test_excel.py#L1063
files apple.xlsx, apple.xls are created in the run directory and not deleted
need to change to use ensure_clean
context manager
https://github.com/pydata/pandas/blob/master/pandas/io/tests/test_excel.py#L1063
files apple.xlsx, apple.xls are created in the run directory and not deleted
need to change to use ensure_clean
context manager