summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-27 14:34:22 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-27 14:34:22 -0500
commit1903e4f97301e0397040964b249c5e974e415b8b (patch)
tree28e65de34b545e1012ee709cc2549c3a891f52c0 /test/aaa_profiling/test_compiler.py
parentfe2d3e0aa25d58e1b1b352e98792ac62f4cd315c (diff)
downloadsqlalchemy-1903e4f97301e0397040964b249c5e974e415b8b.tar.gz
- remove some more 2.4 targets
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 d77624cb5..a5d5d973b 100644
--- a/test/aaa_profiling/test_compiler.py
+++ b/test/aaa_profiling/test_compiler.py
@@ -41,7 +41,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
def test_update(self):
t1.update().compile(dialect=self.dialect)
- @profiling.function_call_count(versions={'2.6':110, '2.7':110, '2.4': 81, '3':115})
+ @profiling.function_call_count(versions={'2.6':110, '2.7':110, '3':115})
def test_update_whereclause(self):
t1.update().where(t1.c.c2==12).compile(dialect=self.dialect)