From: Mike Bayer Date: Wed, 20 Jun 2012 23:39:35 +0000 (-0400) Subject: callcount X-Git-Tag: rel_0_8_0b1~371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4efa7f5d06b248541605d5860c685ac56d32bfc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcount --- diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 1077a78b7c..a20c95ba0d 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -29,8 +29,7 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): @profiling.function_call_count(72, {'2.4': 63, '2.7':67, '2.7+cextension':67, - '3.0':73, '3.1':73, - '3.2':55}, + '3':61}, variance=.10) def test_first_connect(self): conn = pool.connect()