From ff225fac1d129d4bcfef0aeb03df6f3b20fbb23d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 27 Dec 2021 00:16:59 -0500 Subject: [PATCH] Refs #29517 -- Removed obsolete PositiveIntegerField test skip. --- django/db/backends/sqlite3/features.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/django/db/backends/sqlite3/features.py b/django/db/backends/sqlite3/features.py index a622a1ebe1..ad35574463 100644 --- a/django/db/backends/sqlite3/features.py +++ b/django/db/backends/sqlite3/features.py @@ -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',