From: Mike Bayer Date: Mon, 27 Feb 2012 00:42:16 +0000 (-0500) Subject: fix callcount X-Git-Tag: rel_0_7_6~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60bc21fc69f70c8e7b63b7ed88483bbbe42250a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix callcount --- diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index db253ce004..e769fa6b3d 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -85,7 +85,7 @@ class ExecutionTest(fixtures.TestBase): e.execute("select 1") @profiling.function_call_count(versions={'2.4':41, '2.5':58, - '2.6':58, '3':57, + '2.6':58, '3':61, '2.7':60, '2.6+cextension':60}, variance=.05)