We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a693a commit c297abdCopy full SHA for c297abd
autotest/ogr/ogr_miramon_vector.py
@@ -40,6 +40,8 @@
40
# from osgeo import gdal, ogr, osr
41
from osgeo import gdal, ogr
42
43
+pytestmark = pytest.mark.require_driver("MiraMonVector")
44
+
45
###############################################################################
46
# basic point test
47
0 commit comments