Skip to content

Commit 75790ff

Browse files
authored
unskip some tests (#252)
1 parent 9ad4047 commit 75790ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testapp/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
'ordering.tests.OrderingTests.test_orders_nulls_first_on_filtered_subquery',
120120
'get_or_create.tests.UpdateOrCreateTransactionTests.test_creation_in_transaction',
121121
'indexes.tests.PartialIndexTests.test_multiple_conditions',
122-
'introspection.tests.IntrospectionTests.test_get_constraints',
123122
'migrations.test_executor.ExecutorTests.test_alter_id_type_with_fk',
124123
'migrations.test_operations.OperationTests.test_add_constraint_percent_escaping',
125124
'migrations.test_operations.OperationTests.test_alter_field_pk',
@@ -144,7 +143,6 @@
144143
'ordering.tests.OrderingTests.test_deprecated_values_annotate',
145144
'queries.test_qs_combinators.QuerySetSetOperationTests.test_limits',
146145
'backends.tests.BackendTestCase.test_unicode_password',
147-
'introspection.tests.IntrospectionTests.test_get_table_description_types',
148146
'migrations.test_commands.MigrateTests.test_migrate_syncdb_app_label',
149147
'migrations.test_commands.MigrateTests.test_migrate_syncdb_deferred_sql_executed_with_schemaeditor',
150148
'migrations.test_operations.OperationTests.test_alter_field_pk_fk',
@@ -216,7 +214,6 @@
216214
'lookup.tests.LookupTests.test_in_ignore_none',
217215
'lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items',
218216
'queries.test_qs_combinators.QuerySetSetOperationTests.test_exists_union',
219-
'introspection.tests.IntrospectionTests.test_get_constraints_unique_indexes_orders',
220217
'schema.tests.SchemaTests.test_ci_cs_db_collation',
221218
'select_for_update.tests.SelectForUpdateTests.test_unsuported_no_key_raises_error',
222219

0 commit comments

Comments
 (0)