Skip to content

Commit c24dd7b

Browse files
authored
Unskip passing tests (#150)
1 parent cd4c142 commit c24dd7b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

testapp/settings.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,13 @@
130130
'schema.tests.SchemaTests.test_alter_int_pk_to_autofield_pk',
131131
'schema.tests.SchemaTests.test_alter_int_pk_to_bigautofield_pk',
132132
'schema.tests.SchemaTests.test_alter_pk_with_self_referential_field',
133-
'schema.tests.SchemaTests.test_no_db_constraint_added_during_primary_key_change',
134133
'schema.tests.SchemaTests.test_remove_field_check_does_not_remove_meta_constraints',
135134
'schema.tests.SchemaTests.test_remove_field_unique_does_not_remove_meta_constraints',
136135
'schema.tests.SchemaTests.test_text_field_with_db_index',
137136
'schema.tests.SchemaTests.test_unique_together_with_fk',
138137
'schema.tests.SchemaTests.test_unique_together_with_fk_with_existing_index',
139138
'aggregation.tests.AggregateTestCase.test_count_star',
140139
'aggregation_regress.tests.AggregationTests.test_values_list_annotation_args_ordering',
141-
'datatypes.tests.DataTypesTestCase.test_error_on_timezone',
142140
'db_functions.math.test_degrees.DegreesTests.test_integer',
143141
'db_functions.math.test_power.PowerTests.test_integer',
144142
'db_functions.math.test_radians.RadiansTests.test_integer',
@@ -161,7 +159,6 @@
161159
'schema.tests.SchemaTests.test_unique_no_unnecessary_fk_drops',
162160
'select_for_update.tests.SelectForUpdateTests.test_for_update_after_from',
163161
'backends.tests.LastExecutedQueryTest.test_last_executed_query',
164-
'db_functions.datetime.test_now.NowTests.test_basic',
165162
'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_exact_lookup',
166163
'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_greaterthan_lookup',
167164
'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_lessthan_lookup',
@@ -190,14 +187,10 @@
190187
'db_functions.text.test_sha384.SHA384Tests.test_transform',
191188
'db_functions.text.test_sha512.SHA512Tests.test_basic',
192189
'db_functions.text.test_sha512.SHA512Tests.test_transform',
193-
'expressions.tests.BasicExpressionsTests.test_case_in_filter_if_boolean_output_field',
194-
'expressions.tests.BasicExpressionsTests.test_subquery_in_filter',
195190
'expressions.tests.FTimeDeltaTests.test_date_subquery_subtraction',
196191
'expressions.tests.FTimeDeltaTests.test_datetime_subquery_subtraction',
197192
'expressions.tests.FTimeDeltaTests.test_time_subquery_subtraction',
198-
'expressions.tests.BasicExpressionsTests.test_filtering_on_q_that_is_boolean',
199193
'migrations.test_operations.OperationTests.test_alter_field_reloads_state_on_fk_with_to_field_target_type_change',
200-
'schema.tests.SchemaTests.test_alter_primary_key_quoted_db_table',
201194
'schema.tests.SchemaTests.test_alter_smallint_pk_to_smallautofield_pk',
202195

203196
'annotations.tests.NonAggregateAnnotationTestCase.test_combined_expression_annotation_with_aggregation',
@@ -277,10 +270,8 @@
277270
# Timezone
278271
'timezones.tests.NewDatabaseTests.test_cursor_explicit_time_zone',
279272
# Skipped next tests because pyodbc drops timezone https://github.com/mkleehammer/pyodbc/issues/810
280-
#LegacyDatabaseTests
281273
'timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime',
282274
'timezones.tests.LegacyDatabaseTests.test_cursor_execute_returns_naive_datetime',
283-
# NewDatabaseTests
284275
'timezones.tests.NewDatabaseTests.test_cursor_execute_accepts_naive_datetime',
285276
'timezones.tests.NewDatabaseTests.test_cursor_execute_returns_naive_datetime',
286277
'timezones.tests.NewDatabaseTests.test_cursor_execute_accepts_aware_datetime',

0 commit comments

Comments
 (0)