From 833953138f355c5288cd0f5b037869c13011dbe5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 10 Oct 2025 08:22:22 -0400 Subject: [PATCH] the gc_intensive blocks will continue until builds improve Change-Id: Ie62a2371eb1512ecde3a886f11a4b3de6d6cde3d --- test/aaa_profiling/test_orm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index e02c7cae85..c4f55edb97 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -534,6 +534,8 @@ class SessionTest(NoCache, fixtures.MappedTest): ) cls.mapper_registry.map_imperatively(Child, child) + # the profiling count depends on weakref callbacks being GC'ed + @testing.add_to_marker.gc_intensive def test_expire_lots(self): Parent, Child = self.classes.Parent, self.classes.Child obj = [ -- 2.47.3