Refs #29517 -- Removed obsolete PositiveIntegerField test skip.

This commit is contained in:
Tim Graham 2021-12-27 00:16:59 -05:00 committed by GitHub
parent 0e656c02fe
commit ff225fac1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
'schema.tests.SchemaTests.test_alter_field_default_doesnt_perform_queries',
'schema.tests.SchemaTests.test_rename_column_renames_deferred_sql_references',
},
"SQLite doesn't have a constraint.": {
'model_fields.test_integerfield.PositiveIntegerFieldTests.test_negative_values',
},
"SQLite doesn't support negative precision for ROUND().": {
'db_functions.math.test_round.RoundTests.test_null_with_negative_precision',
'db_functions.math.test_round.RoundTests.test_decimal_with_negative_precision',