mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Dropped support for GDAL 1.7 and 1.8
This commit is contained in:
@@ -328,8 +328,6 @@ class GDALRasterTests(unittest.TestCase):
|
||||
self.assertEqual(result, [23] * 16)
|
||||
|
||||
def test_raster_transform(self):
|
||||
if GDAL_VERSION < (1, 8, 1):
|
||||
self.skipTest("GDAL >= 1.8.1 is required for this test")
|
||||
# Prepare tempfile and nodata value
|
||||
rstfile = tempfile.NamedTemporaryFile(suffix='.tif')
|
||||
ndv = 99
|
||||
|
||||
Reference in New Issue
Block a user