Skip to content

Commit 11ee17e

Browse files
committed
Split test_excel.py (pandas-dev#24472)
1 parent b21b2aa commit 11ee17e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/io/excel/test_xlrd.py

-5
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ def set_engine(self, request):
9797
yield
9898
setattr(self, func_name, old_func)
9999

100-
@pytest.mark.parametrize("usecols", [
101-
[0, 1, 3], [0, 3, 1],
102-
[1, 0, 3], [1, 3, 0],
103-
[3, 0, 1], [3, 1, 0],
104-
])
105100
@td.skip_if_no("xlrd", "1.0.1") # see gh-22682
106101
def test_usecols_int(self, ext):
107102

0 commit comments

Comments
 (0)