Skip to content

Commit b0ca2a7

Browse files
committed
ci: remove test_area_lookups from expected failures
It no longer fails since a change in Django 5.2.1: django/django@764af7a
1 parent 812418d commit b0ca2a7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

django_cockroachdb_gis/features.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from django.contrib.gis.db.backends.postgis.features import (
22
DatabaseFeatures as PostGISFeatures,
33
)
4-
from django.db.backends.postgresql.psycopg_any import is_psycopg3
54
from django.utils.functional import cached_property
65

76
from django_cockroachdb.features import DatabaseFeatures as CockroachFeatures
@@ -74,15 +73,6 @@ def django_test_expected_failures(self):
7473
# https://github.com/cockroachdb/cockroach/issues/47420#issuecomment-969578772
7574
'gis_tests.gis_migrations.test_operations.OperationTests.test_add_3d_field_opclass',
7675
})
77-
if is_psycopg3 and not self.is_cockroachdb_24_1:
78-
expected_failures.update({
79-
# QuerySet.bulk_create() doesn't work with geometries after
80-
# https://github.com/django/django/commit/a16eedcf9c69d8a11d94cac1811018c5b996d491
81-
# could not parse geometry: error parsing EWKB hex: encoding/hex:
82-
# invalid byte: U+003A ':'
83-
# https://github.com/cockroachdb/cockroach/issues/138140
84-
'gis_tests.geoapp.test_functions.GISFunctionsTests.test_area_lookups',
85-
})
8676
if self.uses_server_side_binding:
8777
expected_failures.update({
8878
# unknown signature: st_scale(geometry, int, int)

0 commit comments

Comments
 (0)