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 1
1
from django .contrib .gis .db .backends .postgis .features import (
2
2
DatabaseFeatures as PostGISFeatures ,
3
3
)
4
- from django .db .backends .postgresql .psycopg_any import is_psycopg3
5
4
from django .utils .functional import cached_property
6
5
7
6
from django_cockroachdb .features import DatabaseFeatures as CockroachFeatures
@@ -74,15 +73,6 @@ def django_test_expected_failures(self):
74
73
# https://github.com/cockroachdb/cockroach/issues/47420#issuecomment-969578772
75
74
'gis_tests.gis_migrations.test_operations.OperationTests.test_add_3d_field_opclass' ,
76
75
})
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
- })
86
76
if self .uses_server_side_binding :
87
77
expected_failures .update ({
88
78
# unknown signature: st_scale(geometry, int, int)
You can’t perform that action at this time.
0 commit comments