File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 11from django .contrib .gis .db .backends .postgis .features import (
22 DatabaseFeatures as PostGISFeatures ,
33)
4- from django .db .backends .postgresql .psycopg_any import is_psycopg3
54from django .utils .functional import cached_property
65
76from 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)
You can’t perform that action at this time.
0 commit comments