|
130 | 130 | 'schema.tests.SchemaTests.test_alter_int_pk_to_autofield_pk', |
131 | 131 | 'schema.tests.SchemaTests.test_alter_int_pk_to_bigautofield_pk', |
132 | 132 | 'schema.tests.SchemaTests.test_alter_pk_with_self_referential_field', |
133 | | - 'schema.tests.SchemaTests.test_no_db_constraint_added_during_primary_key_change', |
134 | 133 | 'schema.tests.SchemaTests.test_remove_field_check_does_not_remove_meta_constraints', |
135 | 134 | 'schema.tests.SchemaTests.test_remove_field_unique_does_not_remove_meta_constraints', |
136 | 135 | 'schema.tests.SchemaTests.test_text_field_with_db_index', |
137 | 136 | 'schema.tests.SchemaTests.test_unique_together_with_fk', |
138 | 137 | 'schema.tests.SchemaTests.test_unique_together_with_fk_with_existing_index', |
139 | 138 | 'aggregation.tests.AggregateTestCase.test_count_star', |
140 | 139 | 'aggregation_regress.tests.AggregationTests.test_values_list_annotation_args_ordering', |
141 | | - 'datatypes.tests.DataTypesTestCase.test_error_on_timezone', |
142 | 140 | 'db_functions.math.test_degrees.DegreesTests.test_integer', |
143 | 141 | 'db_functions.math.test_power.PowerTests.test_integer', |
144 | 142 | 'db_functions.math.test_radians.RadiansTests.test_integer', |
|
161 | 159 | 'schema.tests.SchemaTests.test_unique_no_unnecessary_fk_drops', |
162 | 160 | 'select_for_update.tests.SelectForUpdateTests.test_for_update_after_from', |
163 | 161 | 'backends.tests.LastExecutedQueryTest.test_last_executed_query', |
164 | | - 'db_functions.datetime.test_now.NowTests.test_basic', |
165 | 162 | 'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_exact_lookup', |
166 | 163 | 'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_greaterthan_lookup', |
167 | 164 | 'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_lessthan_lookup', |
|
190 | 187 | 'db_functions.text.test_sha384.SHA384Tests.test_transform', |
191 | 188 | 'db_functions.text.test_sha512.SHA512Tests.test_basic', |
192 | 189 | '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', |
195 | 190 | 'expressions.tests.FTimeDeltaTests.test_date_subquery_subtraction', |
196 | 191 | 'expressions.tests.FTimeDeltaTests.test_datetime_subquery_subtraction', |
197 | 192 | 'expressions.tests.FTimeDeltaTests.test_time_subquery_subtraction', |
198 | | - 'expressions.tests.BasicExpressionsTests.test_filtering_on_q_that_is_boolean', |
199 | 193 | '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', |
201 | 194 | 'schema.tests.SchemaTests.test_alter_smallint_pk_to_smallautofield_pk', |
202 | 195 |
|
203 | 196 | 'annotations.tests.NonAggregateAnnotationTestCase.test_combined_expression_annotation_with_aggregation', |
|
277 | 270 | # Timezone |
278 | 271 | 'timezones.tests.NewDatabaseTests.test_cursor_explicit_time_zone', |
279 | 272 | # Skipped next tests because pyodbc drops timezone https://github.com/mkleehammer/pyodbc/issues/810 |
280 | | - #LegacyDatabaseTests |
281 | 273 | 'timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime', |
282 | 274 | 'timezones.tests.LegacyDatabaseTests.test_cursor_execute_returns_naive_datetime', |
283 | | - # NewDatabaseTests |
284 | 275 | 'timezones.tests.NewDatabaseTests.test_cursor_execute_accepts_naive_datetime', |
285 | 276 | 'timezones.tests.NewDatabaseTests.test_cursor_execute_returns_naive_datetime', |
286 | 277 | 'timezones.tests.NewDatabaseTests.test_cursor_execute_accepts_aware_datetime', |
|
0 commit comments