summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/orm/test_selectin_relations.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/orm/test_selectin_relations.py b/test/orm/test_selectin_relations.py
index 5ea259da3..233ca5423 100644
--- a/test/orm/test_selectin_relations.py
+++ b/test/orm/test_selectin_relations.py
@@ -3592,6 +3592,8 @@ class TestBakedCancelsCorrectly(fixtures.DeclarativeMappedTest):
class TestCompositePlusNonComposite(fixtures.DeclarativeMappedTest):
+ __requires__ = ("tuple_in",)
+
@classmethod
def setup_classes(cls):
Base = cls.DeclarativeBasic