File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments