Skip to content

Commit 6c8eeed

Browse files
committed
Added autouse to set_engine fixture
1 parent c128eb5 commit 6c8eeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/excel/test_writers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def path(ext):
3333
yield file_path
3434

3535

36-
@pytest.fixture
36+
@pytest.fixture(autouse=True)
3737
def set_engine(engine, ext):
3838
"""Fixture to set engine for use in each test case.
3939

0 commit comments

Comments
 (0)