From b54de853e0e33c1299cbd3539980742084481914 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 20 Nov 2015 12:37:26 +0500 Subject: [PATCH] Removed skipIf for GEOSTest.test_linearref which already exists at class level. --- tests/gis_tests/geos_tests/test_geos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gis_tests/geos_tests/test_geos.py b/tests/gis_tests/geos_tests/test_geos.py index 10077ae52e..b68720c89e 100644 --- a/tests/gis_tests/geos_tests/test_geos.py +++ b/tests/gis_tests/geos_tests/test_geos.py @@ -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"