From: Mike Bayer Date: Sun, 25 Nov 2007 04:00:44 +0000 (+0000) Subject: bump for py2.4 X-Git-Tag: rel_0_4_2~147 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e83eefafbb76b4c9770fb916e205d501d621b90d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git bump for py2.4 --- diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 6fa4f96590..9395fb927b 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -24,7 +24,7 @@ class CompileTest(AssertMixin): t1.update().compile() # TODO: this is alittle high - @profiling.profiled('ctest_select', call_range=(110, 130), always=True) + @profiling.profiled('ctest_select', call_range=(110, 140), always=True) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile()