From bc310781ec54f1e0fd375a287ddd6959da3c2477 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 Oct 2024 13:18:13 -0400 Subject: [PATCH] add skip for partial index support --- tests/constraints/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/constraints/tests.py b/tests/constraints/tests.py index 2df3706995..c437609686 100644 --- a/tests/constraints/tests.py +++ b/tests/constraints/tests.py @@ -1001,6 +1001,7 @@ def test_validate_ordered_expression(self): exclude={"name"}, ) + @skipUnlessDBFeature("supports_partial_indexes") def test_validate_expression_condition(self): constraint = models.UniqueConstraint( Lower("name"),