From: Mike Bayer Date: Sun, 5 Feb 2012 20:48:15 +0000 (-0500) Subject: callcount adjust X-Git-Tag: rel_0_7_6~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28765734826f2619fcfd40f047a5980c3af49010;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcount adjust --- diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index f84dd72c8b..9d4b2e10a5 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -86,8 +86,8 @@ class ExecutionTest(fixtures.TestBase): @profiling.function_call_count(versions={'2.4':41, '2.5':58, '2.6':58, '3':57, - '2.7':56, - '2.6+cextension':56}, + '2.7':60, + '2.6+cextension':60}, variance=.05) def go(): e.execute("select 1")