1
0
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:
Claude Paroz
2016-11-12 17:06:05 +01:00
parent faf8a253d3
commit 8c7778884b
5 changed files with 6 additions and 12 deletions

View File

@@ -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