Loading tests/gis_tests/geos_tests/test_geos.py +0 −1 Original line number Diff line number Diff line Loading @@ -1129,7 +1129,6 @@ class GEOSTest(SimpleTestCase, TestDataMixin): self.assertIsInstance(g.valid_reason, six.string_types) self.assertTrue(g.valid_reason.startswith("Too few points in geometry component")) @skipUnless(HAS_GEOS, "Geos is required.") def test_linearref(self): "Testing linear referencing" Loading Loading
tests/gis_tests/geos_tests/test_geos.py +0 −1 Original line number Diff line number Diff line Loading @@ -1129,7 +1129,6 @@ class GEOSTest(SimpleTestCase, TestDataMixin): self.assertIsInstance(g.valid_reason, six.string_types) self.assertTrue(g.valid_reason.startswith("Too few points in geometry component")) @skipUnless(HAS_GEOS, "Geos is required.") def test_linearref(self): "Testing linear referencing" Loading