From: Mike Bayer Date: Wed, 23 Dec 2009 22:00:25 +0000 (+0000) Subject: 2.4 change X-Git-Tag: rel_0_5_7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b3ef085aa5ec48742234471cac4a7f903503bd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 2.4 change --- diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index 3e4274d47d..f859f714ef 100644 --- a/test/aaa_profiling/test_compiler.py +++ b/test/aaa_profiling/test_compiler.py @@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile() - @profiling.function_call_count(185, versions={'2.4':118}) + @profiling.function_call_count(185, versions={'2.4':112}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile()