Skip to content
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# * many_to_one_null

set -e

Comment thread
bewithgaurav marked this conversation as resolved.
DJANGO_VERSION="$(python -m django --version)"

cd django
Expand Down
4 changes: 0 additions & 4 deletions testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,11 @@
'migrations.test_operations.OperationTests.test_alter_field_reloads_state_on_fk_with_to_field_target_changes',
'schema.tests.SchemaTests.test_alter_auto_field_to_char_field',
'schema.tests.SchemaTests.test_alter_auto_field_to_integer_field',
'schema.tests.SchemaTests.test_alter_implicit_id_to_explicit',
'schema.tests.SchemaTests.test_alter_int_pk_to_autofield_pk',
'schema.tests.SchemaTests.test_alter_int_pk_to_bigautofield_pk',
'schema.tests.SchemaTests.test_alter_pk_with_self_referential_field',
'schema.tests.SchemaTests.test_remove_field_check_does_not_remove_meta_constraints',
Comment thread
bewithgaurav marked this conversation as resolved.
'schema.tests.SchemaTests.test_remove_field_unique_does_not_remove_meta_constraints',
'schema.tests.SchemaTests.test_text_field_with_db_index',
'schema.tests.SchemaTests.test_unique_together_with_fk',
'schema.tests.SchemaTests.test_unique_together_with_fk_with_existing_index',
'aggregation.tests.AggregateTestCase.test_count_star',
'aggregation_regress.tests.AggregationTests.test_values_list_annotation_args_ordering',
'expressions.tests.FTimeDeltaTests.test_invalid_operator',
Expand Down
Loading