Skip to content

Commit 2b513fa

Browse files
try fixing skip
1 parent b919832 commit 2b513fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integ/test_arrow_result.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,9 +1345,7 @@ def iterate_over_test_chunk(
13451345
assert str(arrow_res[0]) == expected[i]
13461346

13471347

1348-
@pytest.mark.skipif(
1349-
no_arrow_iterator_ext, reason="test requires arrow_iterator extension"
1350-
)
1348+
@pytest.mark.skipif(not pandas_available, reason="test requires pandas")
13511349
@pytest.mark.parametrize(
13521350
"timestamp_type", ["timestamp_ntz", "timestamp_ltz", "timestamp_tz"]
13531351
)

0 commit comments

Comments
 (0)