Skip to content

Commit 924523e

Browse files
committed
remove unneeded skips (some added to Django fork)
1 parent 94aaf94 commit 924523e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

django_mongodb_backend/gis/features.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ def django_test_skips(self):
4040
# SouthTexasCity fixture objects use SRID 2278 which is ignored
4141
# by the patched version of loaddata in the Django fork.
4242
"gis_tests.distapp.tests.DistanceTest.test_init",
43-
"gis_tests.distapp.tests.DistanceTest.test_distance_lookups",
44-
"gis_tests.distapp.tests.DistanceTest.test_distance_lookups_with_expression_rhs",
45-
"gis_tests.distapp.tests.DistanceTest.test_distance_annotation_group_by",
4643
},
4744
"ImproperlyConfigured isn't raised when using RasterField": {
4845
# Normally RasterField.db_type() raises an error, but MongoDB
@@ -53,17 +50,12 @@ def django_test_skips(self):
5350
# Error: Index already exists with a different name
5451
"gis_tests.geoapp.test_indexes.SchemaIndexesTests.test_index_name",
5552
},
56-
"GIS Union not supported.": {
57-
"gis_tests.geoapp.tests.GeoLookupTest.test_gis_lookups_with_complex_expressions",
58-
"gis_tests.distapp.tests.DistanceTest.test_dwithin",
59-
},
6053
"Cannot use a non-Point geometry with distance lookups.": {
6154
"gis_tests.distapp.tests.DistanceTest.test_dwithin_with_expression_rhs"
6255
},
6356
"Subqueries not supported.": {
6457
"gis_tests.geoapp.tests.GeoLookupTest.test_subquery_annotation",
6558
"gis_tests.geoapp.tests.GeoQuerySetTest.test_within_subquery",
66-
"gis_tests.distapp.tests.DistanceTest.test_dwithin_subquery",
6759
},
6860
"GeoJSONSerializer doesn't support ObjectId.": {
6961
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_fields_option",

0 commit comments

Comments
 (0)