diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-23 15:51:41 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-23 15:51:41 -0500 |
| commit | fa2f1c5d820bc96fa6b8c2728b7a89e9c59e9638 (patch) | |
| tree | 668575ca1ee03c5d7acfdaf422658c62f6a33855 /test/aaa_profiling/test_compiler.py | |
| parent | 6cd730541f4e61fb8262ac50752c21cf1e7262ac (diff) | |
| download | sqlalchemy-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.py | 2 |
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) |
