Skip to content

Commit c297abd

Browse files
committed
Skip MiraMon tests when driver not available
1 parent 80a693a commit c297abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autotest/ogr/ogr_miramon_vector.py

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
# from osgeo import gdal, ogr, osr
4141
from osgeo import gdal, ogr
4242

43+
pytestmark = pytest.mark.require_driver("MiraMonVector")
44+
4345
###############################################################################
4446
# basic point test
4547

0 commit comments

Comments
 (0)