File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -443,10 +443,6 @@ def django_test_expected_failures(self):
443443 "db_functions.comparison.test_cast.CastTests.test_cast_from_python_to_datetime" ,
444444 "db_functions.comparison.test_cast.CastTests.test_cast_to_duration" ,
445445 },
446- "inspectdb is not supported." : {
447- "inspectdb.tests.InspectDBTestCase" ,
448- "inspectdb.tests.InspectDBTransactionalTests" ,
449- },
450446 "DatabaseIntrospection.get_table_description() not supported." : {
451447 "introspection.tests.IntrospectionTests.test_bigautofield" ,
452448 "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