From e0215c12d70cbef200db98e4179797625aac1f49 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Feb 2010 19:17:09 +0000 Subject: [PATCH] 2.4 fix --- test/aaa_profiling/test_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 72aa29ca0c..2979069cdc 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -58,7 +58,7 @@ class MergeTest(_base.MappedTest): # down from 185 on this # this is a small slice of a usually bigger # operation so using a small variance - @profiling.function_call_count(95, variance=0.001) + @profiling.function_call_count(95, variance=0.001, versions={'2.4':67}) def go(): return sess2.merge(p1, load=False) -- 2.47.3