Skip to content

Commit 0d31ca9

Browse files
smithdc1jacobtylerwalls
authored andcommitted
Refs #36382 -- Updated GDAL tests for Memory driver deprecation in GDAL 3.11.
Follow up to fb0d463 Since GDAL 3.11 the Memory driver is deprecated with its functionality merged into the MEM dataset driver. https://gdal.org/en/stable/drivers/vector/memory.html
1 parent 0239e86 commit 0d31ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gis_tests/gdal_tests/test_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"MapInfo File",
1010
"S57",
1111
"DGN",
12-
"Memory",
12+
"Memory" if GDAL_VERSION <= (3, 10) else "MEM",
1313
"CSV",
1414
"GML",
1515
"KML",

0 commit comments

Comments
 (0)