From: Mike Bayer Date: Sat, 23 Jun 2012 15:46:47 +0000 (-0400) Subject: callcounts, due to the DummyLock cleanup X-Git-Tag: rel_0_8_0b1~359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04e6faa2d9c29286a278fb9a0d2d430de837cabb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcounts, due to the DummyLock cleanup --- 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()