summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_select.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/suite/test_select.py')
-rw-r--r--lib/sqlalchemy/testing/suite/test_select.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_select.py b/lib/sqlalchemy/testing/suite/test_select.py
index 954900f67..e7b733261 100644
--- a/lib/sqlalchemy/testing/suite/test_select.py
+++ b/lib/sqlalchemy/testing/suite/test_select.py
@@ -864,7 +864,7 @@ class ExpandingBoundInTest(fixtures.TablesTest):
self._assert_result(stmt, [], params={"q": [], "p": []})
- @testing.requires.tuple_in
+ @testing.requires.tuple_in_w_empty
def test_empty_heterogeneous_tuples(self):
table = self.tables.some_table
@@ -880,7 +880,7 @@ class ExpandingBoundInTest(fixtures.TablesTest):
self._assert_result(stmt, [], params={"q": []})
- @testing.requires.tuple_in
+ @testing.requires.tuple_in_w_empty
def test_empty_homogeneous_tuples(self):
table = self.tables.some_table