Skip to content

Commit

Permalink
Add missing skip for pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Jan 23, 2024
1 parent 2e8074e commit 4018173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyogrio/tests/test_geopandas_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ def test_arrow_bool_roundtrip(tmpdir):
assert_geodataframe_equal(result, df)


@requires_arrow_api
@pytest.mark.skipif(
__gdal_version__ >= (3, 8, 3), reason="Arrow bool value bug fixed in GDAL >= 3.8.3"
)
Expand Down

0 comments on commit 4018173

Please sign in to comment.