summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-23 15:51:41 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-23 15:51:41 -0500
commitfa2f1c5d820bc96fa6b8c2728b7a89e9c59e9638 (patch)
tree668575ca1ee03c5d7acfdaf422658c62f6a33855 /test/aaa_profiling/test_compiler.py
parent6cd730541f4e61fb8262ac50752c21cf1e7262ac (diff)
downloadsqlalchemy-fa2f1c5d820bc96fa6b8c2728b7a89e9c59e9638.tar.gz
- more skippage of 2.4
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
-rw-r--r--test/aaa_profiling/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py
index 37fc4fb20..5afcf69bc 100644
--- a/test/aaa_profiling/test_compiler.py
+++ b/test/aaa_profiling/test_compiler.py
@@ -45,7 +45,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
def test_update_whereclause(self):
t1.update().where(t1.c.c2==12).compile(dialect=self.dialect)
- @profiling.function_call_count(versions={'2.4':105, '2.7':148, '2.6':148,
+ @profiling.function_call_count(versions={'2.7':148, '2.6':148,
'3.0':208, '3.1':208})
def test_select(self):
s = select([t1], t1.c.c2==t2.c.c1)