Skip to content

Commit 6b778bc

Browse files
committed
Added autouse to set_engine fixture
1 parent 54e3c4a commit 6b778bc

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
@@ -251,8 +251,6 @@ def test_read_excel_parse_dates(self, ext):
251251
pytest.param("xlsxwriter", ".xlsx", marks=td.skip_if_no("xlsxwriter")),
252252
],
253253
)
254-
255-
# @pytest.mark.usefixtures("set_engine")
256254
class TestExcelWriter:
257255
# Base class for test cases to run with different Excel writers.
258256
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)