From 2e20f5554bd4bd0441922170d6da53ce711068eb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 1 May 2021 14:59:39 -0400 Subject: [PATCH] specify tuple_in for composite selectinload test / mssql Change-Id: Ie527c4aa02d48bf1fcce3e192cd6299c15569fb0 --- test/orm/test_selectin_relations.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/orm/test_selectin_relations.py b/test/orm/test_selectin_relations.py index 5ea259da37..233ca5423d 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 -- 2.47.3