Skip to content

Commit fd47b48

Browse files
committed
fixup minimum versions test
1 parent 82177f0 commit fd47b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/interchange/test_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def test_categorical_to_numpy_dlpack():
296296
@pytest.mark.parametrize("data", [{}, {"a": []}])
297297
def test_empty_pyarrow(data):
298298
# GH 53155
299-
pytest.importorskip("pyarrow", "11.0.0")
299+
pytest.importorskip("pyarrow", "14.0.0")
300300
from pyarrow.interchange import from_dataframe as pa_from_dataframe
301301

302302
expected = pd.DataFrame(data)

0 commit comments

Comments
 (0)