Skip to content

Commit 439bd85

Browse files
committed
Added autouse to set_engine fixture
1 parent c9359e3 commit 439bd85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/excel/test_writers.py

-2
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ def test_read_excel_parse_dates(self, ext):
252252
pytest.param("xlsxwriter", ".xlsx", marks=td.skip_if_no("xlsxwriter")),
253253
],
254254
)
255-
256-
# @pytest.mark.usefixtures("set_engine")
257255
class TestExcelWriter:
258256
# Base class for test cases to run with different Excel writers.
259257
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)