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_zoomark.py | |
| parent | 6cd730541f4e61fb8262ac50752c21cf1e7262ac (diff) | |
| download | sqlalchemy-fa2f1c5d820bc96fa6b8c2728b7a89e9c59e9638.tar.gz | |
- more skippage of 2.4
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 4c579f238..8c1cb1c60 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -27,6 +27,7 @@ class ZooMarkTest(TestBase): """ __only_on__ = 'postgresql+psycopg2' + __skip_if__ = lambda : sys.version_info < (2, 5), def test_baseline_0_setup(self): global metadata @@ -369,7 +370,7 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3340, {'2.4': 2158, '2.7':3564, '2.6':3564}) + @profiling.function_call_count(3340, {'2.4': 2158, '2.7':3340, '2.6':3564}) def test_profile_3_properties(self): self.test_baseline_3_properties() |
