From: Mike Bayer Date: Mon, 1 Mar 2010 00:25:50 +0000 (+0000) Subject: more bumps X-Git-Tag: rel_0_6beta2~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe6772d44bbcccfbd6ca21dc4b2d76bd21cd696;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git more bumps --- diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 752787f4e4..0ce48e2a79 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -18,7 +18,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults): use_threadlocal=True) - @profiling.function_call_count(64, {'2.4': 42, '3.0':57, '3.1':57}) + @profiling.function_call_count(64, {'2.4': 42, '3.0':65, '3.1':65}) def test_first_connect(self): conn = pool.connect()