Skip to content

Commit 590b8fe

Browse files
committed
Remove tests skipped by DatabaseFeatures.supports_inspectdb
1 parent e1a6667 commit 590b8fe

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

django_mongodb_backend/features.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,6 @@ def django_test_expected_failures(self):
434434
"db_functions.comparison.test_cast.CastTests.test_cast_from_python_to_datetime",
435435
"db_functions.comparison.test_cast.CastTests.test_cast_to_duration",
436436
},
437-
"inspectdb is not supported.": {
438-
"inspectdb.tests.InspectDBTestCase",
439-
"inspectdb.tests.InspectDBTransactionalTests",
440-
},
441437
"DatabaseIntrospection.get_table_description() not supported.": {
442438
"introspection.tests.IntrospectionTests.test_bigautofield",
443439
"introspection.tests.IntrospectionTests.test_get_table_description_col_lengths",

django_mongodb_backend/gis/features.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def django_test_skips(self):
2323
skips = super().django_test_skips
2424
skips.update(
2525
{
26-
"inspectdb not supported.": {
27-
"gis_tests.inspectapp.tests.InspectDbTests",
28-
},
2926
"Raw SQL not supported": {
3027
"gis_tests.geoapp.tests.GeoModelTest.test_raw_sql_query",
3128
},

0 commit comments

Comments
 (0)