Skip to content

Commit 126d759

Browse files
committed
Fixed CI failures
1 parent 03491bd commit 126d759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/arrays/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def test_array_to_numpy_na():
533533

534534

535535
def test_array_max_min():
536+
pytest.importorskip("pyarrow")
536537
# GH#61311
537538
df = pd.DataFrame({"a": [1, 2], "c": [0, 2], "d": ["c", "a"]})
538539
expected = df.iloc[:, df["c"]]

0 commit comments

Comments
 (0)