@@ -16,27 +16,19 @@ def django_test_expected_failures(self):
16
16
# SRIDs aren't populated: AssertionError: 4326 != None
17
17
# self.assertEqual(4326, nullcity.point.srid)
18
18
"gis_tests.geoapp.tests.GeoModelTest.test_proxy" ,
19
- # GEOSException: Calling transform() with no SRID set is not supported
19
+ # MongoDB does not support the within lookup
20
20
"gis_tests.relatedapp.tests.RelatedGeoModelTest.test06_f_expressions" ,
21
21
# 'Adapter' object has no attribute 'srid'
22
22
"gis_tests.geoapp.test_expressions.GeoExpressionsTests.test_geometry_value_annotation" ,
23
23
# Object of type ObjectId is not JSON serializable
24
24
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_fields_option" ,
25
- # source and target must be of type SpatialReference
26
25
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_geometry_field_option" ,
27
- "gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_id_field_option" ,
28
26
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_serialization_base" ,
29
27
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_srid_option" ,
30
- # GeometryCollection not supported
28
+ # Crash initializing GeometryCollection: 'tuple' object is not callable
31
29
"gis_tests.geoapp.tests.GeoModelTest.test_geometryfield" ,
32
- "gis_tests.geogapp.tests.GeographyTest.test05_geography_layermapping" ,
33
- "gis_tests.layermap.tests.LayerMapTest.test_layermap_unique_multigeometry_fk" ,
34
- "gis_tests.layermap.tests.LayerMapTest.test_null_geom_with_unique" ,
35
- "gis_tests.layermap.tests.LayerMapTest.test_test_fid_range_step" ,
36
30
# KeyError: 'within' connection.ops.gis_operators[self.lookup_name]
37
31
"gis_tests.geoapp.tests.GeoModelTest.test_gis_query_as_string" ,
38
- # Point object != Point object
39
- "gis_tests.geoapp.test_expressions.GeoExpressionsTests.test_update_from_other_field" ,
40
32
# No lookups are supported (yet?)
41
33
"gis_tests.geoapp.tests.GeoLookupTest.test_gis_lookups_with_complex_expressions" ,
42
34
}
0 commit comments