mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed skipIf for GEOSTest.test_linearref which already exists at class level.
This commit is contained in:
parent
998894e1b9
commit
b54de853e0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue