From: Mike Bayer Date: Wed, 15 Feb 2012 16:50:01 +0000 (-0500) Subject: callcounts X-Git-Tag: rel_0_7_6~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a5529fbf0cd4ef6c5f2c3cbfde64942c05b020;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcounts --- diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index 53fe20ac9f..db253ce004 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -71,8 +71,8 @@ class ExecutionTest(fixtures.TestBase): # ensure initial connect activities complete c.execute("select 1") - @profiling.function_call_count(versions={'2.7':36, '2.6':35, '2.5':35, - '2.4':21, '3':34}, + @profiling.function_call_count(versions={'2.7':40, '2.6':40, '2.5':35, + '2.4':21, '3':40}, variance=.10) def go(): c.execute("select 1")