summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geos_tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-09 08:40:55 -0500
committerGitHub <noreply@github.com>2019-02-09 08:40:55 -0500
commitea87a85fad9994dbb0748df25bc9c2d99b24809b (patch)
tree1884b764bcea1f1122ffe7bc4c32e4ff692961c1 /tests/gis_tests/geos_tests
parentb2333426deb1ae9529bed79c1412a9a8046da951 (diff)
downloaddjango-ea87a85fad9994dbb0748df25bc9c2d99b24809b.tar.gz
Dropped support for GEOS 3.4.
Diffstat (limited to 'tests/gis_tests/geos_tests')
-rw-r--r--tests/gis_tests/geos_tests/test_geos.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/gis_tests/geos_tests/test_geos.py b/tests/gis_tests/geos_tests/test_geos.py
index 6818339a9b..e2facb879d 100644
--- a/tests/gis_tests/geos_tests/test_geos.py
+++ b/tests/gis_tests/geos_tests/test_geos.py
@@ -725,14 +725,6 @@ class GEOSTest(SimpleTestCase, TestDataMixin):
self.assertFalse(ls_not_closed.closed)
self.assertTrue(ls_closed.closed)
- if geos_version_tuple() >= (3, 5):
- self.assertFalse(MultiLineString(ls_closed, ls_not_closed).closed)
- self.assertTrue(MultiLineString(ls_closed, ls_closed).closed)
-
- with mock.patch('django.contrib.gis.geos.libgeos.geos_version', lambda: b'3.4.9'):
- with self.assertRaisesMessage(GEOSException, "MultiLineString.closed requires GEOS >= 3.5.0."):
- MultiLineString().closed
-
def test_srid(self):
"Testing the SRID property and keyword."
# Testing SRID keyword on Point