| 1 | Two tests fail with GEOS 3.8.1: |
| 2 | {{{ |
| 3 | ====================================================================== |
| 4 | FAIL: test_diff_intersection_union (gis_tests.geoapp.test_functions.GISFunctionsTests) |
| 5 | ---------------------------------------------------------------------- |
| 6 | Traceback (most recent call last): |
| 7 | File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor |
| 8 | yield |
| 9 | File "/usr/lib/python3.6/unittest/case.py", line 605, in run |
| 10 | testMethod() |
| 11 | File "/repo/django/django/test/testcases.py", line 1215, in skip_wrapper |
| 12 | return test_func(*args, **kwargs) |
| 13 | File "/repo/django/tests/gis_tests/geoapp/test_functions.py", line 569, in test_diff_intersection_union |
| 14 | self.assertEqual(c.mpoly.intersection(geom), c.intersection) |
| 15 | File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual |
| 16 | assertion_func(first, second, msg=msg) |
| 17 | File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual |
| 18 | raise self.failureException(msg) |
| 19 | AssertionError: <Point object at 0x7f614c615230> != <GeometryCollection object at 0x7f614c61e098> |
| 20 | |
| 21 | ====================================================================== |
| 22 | FAIL: test_intersection (gis_tests.geoapp.test_functions.GISFunctionsTests) |
| 23 | ---------------------------------------------------------------------- |
| 24 | Traceback (most recent call last): |
| 25 | File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor |
| 26 | yield |
| 27 | File "/usr/lib/python3.6/unittest/case.py", line 605, in run |
| 28 | testMethod() |
| 29 | File "/repo/django/django/test/testcases.py", line 1215, in skip_wrapper |
| 30 | return test_func(*args, **kwargs) |
| 31 | File "/repo/django/tests/gis_tests/geoapp/test_functions.py", line 299, in test_intersection |
| 32 | self.assertEqual(c.inter, expected) |
| 33 | File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual |
| 34 | assertion_func(first, second, msg=msg) |
| 35 | File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual |
| 36 | raise self.failureException(msg) |
| 37 | AssertionError: <GeometryCollection object at 0x7f614c61ea28> != <Point object at 0x7f614c61e560> |
| 38 | }}} |