Skip to content

Commit 297046c

Browse files
committed
Add back other fixtures
1 parent 13aaf28 commit 297046c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/io/excel/test_xlwt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_excel_multiindex_index(ext):
5555
df.to_excel(path, index=False)
5656

5757

58-
def test_to_excel_styleconverter():
58+
def test_to_excel_styleconverter(ext):
5959
hstyle = {
6060
"font": {"bold": True},
6161
"borders": {"top": "thin", "right": "thin", "bottom": "thin", "left": "thin"},
@@ -91,7 +91,7 @@ def test_to_excel_xlwt_warning(ext):
9191
df.to_excel(path)
9292

9393

94-
def test_option_xls_writer_deprecated():
94+
def test_option_xls_writer_deprecated(ext):
9595
# GH 26552
9696
with tm.assert_produces_warning(
9797
FutureWarning,

0 commit comments

Comments
 (0)