Skip to content

Commit 95a49e8

Browse files
committed
only test pyarrow
1 parent 7ad78e3 commit 95a49e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/io/parser/test_header.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,8 @@ def test_header_delim_whitespace(all_parsers):
686686
tm.assert_frame_equal(result, expected)
687687

688688

689-
def test_usecols_no_header_pyarrow(all_parsers):
690-
parser = all_parsers
689+
def test_usecols_no_header_pyarrow(pyarrow_parser_only):
690+
parser = pyarrow_parser_only
691691
data = """
692692
a,i,x
693693
b,j,y

0 commit comments

Comments
 (0)