diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-12 13:01:34 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-12 13:01:34 -0500 |
| commit | 0d71ea8126137d2b3d4141aa0fb30c2e64376d44 (patch) | |
| tree | edcc99227a474a61686f277fdc36cf2b0960e14c /test/aaa_profiling/test_zoomark.py | |
| parent | 6d5dd2214a4cc6340d8f07147a43fac03a12b040 (diff) | |
| download | sqlalchemy-0d71ea8126137d2b3d4141aa0fb30c2e64376d44.tar.gz | |
- inlinings and callcount reductions
- add test coverage for the rare case of noload->lazyload + pickle
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 7108f4c94..85e416184 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -27,7 +27,6 @@ class ZooMarkTest(TestBase): """ __only_on__ = 'postgresql+psycopg2' - __skip_if__ = lambda : sys.version_info < (2, 4), def test_baseline_0_setup(self): global metadata |
