Skip to content

Commit

Permalink
autotest/ogr/ogr_parquet.py: add a missing require_driver()
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 26, 2024
1 parent 13ad704 commit 248346c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotest/ogr/ogr_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -4100,6 +4100,7 @@ def test_ogr_parquet_ignored_fields_bounding_box_column_arrow_dataset(tmp_path):


@gdaltest.enable_exceptions()
@pytest.mark.require_driver("ARROW")
def test_ogr_parquet_vsi_arrow_file_system():

version = int(
Expand Down

0 comments on commit 248346c

Please sign in to comment.