From 069bee7c1232458a0f13c2e30daa8df99dbd3680 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 29 Aug 2019 09:40:34 +0200 Subject: [PATCH] Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_annotate_that_uses_q. --- tests/expressions/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/expressions/tests.py b/tests/expressions/tests.py index f5d1553dfb..eaa3471177 100644 --- a/tests/expressions/tests.py +++ b/tests/expressions/tests.py @@ -74,7 +74,7 @@ class BasicExpressionsTests(TestCase): companies = Company.objects.annotate(foo=RawSQL('%s', ['value'])) self.assertEqual(companies.count(), 3) - @unittest.skipIf(connection.vendor == 'oracle', "Oracle doesn't support using boolean type in SELECT") + @skipUnlessDBFeature('supports_boolean_expr_in_select_clause') def test_filtering_on_annotate_that_uses_q(self): self.assertEqual( Company.objects.annotate(