From 04e6faa2d9c29286a278fb9a0d2d430de837cabb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 23 Jun 2012 11:46:47 -0400 Subject: [PATCH] callcounts, due to the DummyLock cleanup --- test/aaa_profiling/test_pool.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 0b9b38a513..78abe2a00a 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -32,9 +32,9 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): # probably # due to the event mechanics being established # or not already... - @profiling.function_call_count(72, {'2.4': 63, '2.7':67, - '2.7+cextension':67, - '3':55}, + @profiling.function_call_count(72, {'2.4': 68, '2.7':75, + '2.7+cextension':75, + '3':62}, variance=.10) def test_first_connect(self): conn = pool.connect() -- 2.47.3