Skip to content

Commit

Permalink
derived.py: skip if driver not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 1, 2024
1 parent 9b57c09 commit 9660894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotest/gdrivers/derived.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

from osgeo import gdal

pytestmark = pytest.mark.require_driver("Derived")


def test_derived_test1():
filename = "../gcore/data/cfloat64.tif"
Expand Down

0 comments on commit 9660894

Please sign in to comment.