From: Mike Bayer Date: Sun, 5 Dec 2010 21:09:53 +0000 (-0500) Subject: - fix callcount for 2.6 X-Git-Tag: rel_0_7b1~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2b208d867c58403cbf2ff0f37b61942460204f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix callcount for 2.6 --- diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index b03afbacc6..ffe8dc63a4 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, '2.7':67, + @profiling.function_call_count(72, {'2.4': 42, '2.7':67, '2.7+cextension':67, '3.0':65, '3.1':65}, variance=.10)