From e4efa7f5d06b248541605d5860c685ac56d32bfc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 20 Jun 2012 19:39:35 -0400 Subject: [PATCH] callcount --- test/aaa_profiling/test_pool.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() -- 2.47.3