From: Mike Bayer Date: Sun, 11 Oct 2015 16:44:29 +0000 (-0400) Subject: - exclude this from unpredictable gc X-Git-Tag: rel_1_1_0b1~84^2~70^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322f8f18f51985c75b78b425a3a768b2529410ed;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - exclude this from unpredictable gc --- 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()