summaryrefslogtreecommitdiff
path: root/test/ext/declarative/test_mixin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ext/declarative/test_mixin.py')
-rw-r--r--test/ext/declarative/test_mixin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/declarative/test_mixin.py b/test/ext/declarative/test_mixin.py
index b9e40421c..1f9fa1dfa 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()