From 322f8f18f51985c75b78b425a3a768b2529410ed Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 11 Oct 2015 12:44:29 -0400 Subject: [PATCH] - exclude this from unpredictable gc --- test/ext/declarative/test_mixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ext/declarative/test_mixin.py b/test/ext/declarative/test_mixin.py index b9e40421c7..1f9fa1dfaf 100644 --- a/test/ext/declarative/test_mixin.py +++ b/test/ext/declarative/test_mixin.py @@ -1441,7 +1441,7 @@ class DeclaredAttrTest(DeclarativeTestBase, testing.AssertsCompiledSQL): "SELECT b.x AS b_x, b.x + :x_1 AS anon_1, b.id AS b_id FROM b" ) - + @testing.requires.predictable_gc def test_singleton_gc(self): counter = mock.Mock() -- 2.47.2