浏览代码

Refs #29517 -- Removed obsolete PositiveIntegerField test skip.

Tim Graham 3 年之前
父节点
当前提交
ff225fac1d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      django/db/backends/sqlite3/features.py

+ 0 - 3
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',