From: Mike Bayer Date: Sat, 27 Jun 2026 17:03:21 +0000 (-0400) Subject: fix X-Git-Tag: rel_2_1_0b3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc702572c3e62480351e7ffd61ccbdfdd6e1636;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix Change-Id: If46d73e1296c322e94f20083346bce32c0aad636 --- diff --git a/test/orm/test_selectin_relations.py b/test/orm/test_selectin_relations.py index 9ec9eb27e7..19560e3306 100644 --- a/test/orm/test_selectin_relations.py +++ b/test/orm/test_selectin_relations.py @@ -3642,7 +3642,7 @@ class M2OWDegradeTest( class M2MOmitJoinTest(fixtures.TestBase, AssertsExecutionResults): - __backend__ = True + __sparse_backend__ = True __only_on__ = ("sqlite", "mysql", "postgresql", "mariadb") @testing.fixture