diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gis_tests/relatedapp/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/relatedapp/tests.py b/tests/gis_tests/relatedapp/tests.py index 929a036f00..74aa64c0a1 100644 --- a/tests/gis_tests/relatedapp/tests.py +++ b/tests/gis_tests/relatedapp/tests.py @@ -105,7 +105,7 @@ class RelatedGeoModelTest(TestCase): (u3, ref_u1), ] for union, ref in tests: - for point, ref_point in zip(sorted(union), sorted(ref), strict=True): + for point, ref_point in zip(sorted(union), sorted(ref)): self.assertIs(point.equals_exact(ref_point, tolerance=6), True) def test05_select_related_fk_to_subclass(self): |
