We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d2ce6 commit 13aaf28Copy full SHA for 13aaf28
pandas/tests/io/excel/test_openpyxl.py
@@ -19,7 +19,7 @@
19
pytestmark = pytest.mark.parametrize("ext", [".xlsx"])
20
21
22
-def test_to_excel_styleconverter():
+def test_to_excel_styleconverter(ext):
23
from openpyxl import styles
24
25
hstyle = {
0 commit comments