diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-22 20:35:40 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-22 20:35:40 -0400 |
| commit | 08a6a8b51916ab1d084a0070bbb07001cabb1c38 (patch) | |
| tree | 3c5db3bfafcc18b33d510d246e69db41cb4eb0e0 /test/aaa_profiling | |
| parent | c3c4b2d23dacc9e7e3b772c8384fa129db7d20d5 (diff) | |
| download | sqlalchemy-08a6a8b51916ab1d084a0070bbb07001cabb1c38.tar.gz | |
- Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 1 | ||||
| -rw-r--r-- | test/aaa_profiling/test_zoomark_orm.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 145f3c594..d850782e0 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -30,7 +30,6 @@ class ZooMarkTest(fixtures.TestBase): """ __requires__ = 'cpython', __only_on__ = 'postgresql+psycopg2' - __skip_if__ = lambda : sys.version_info < (2, 5), def test_baseline_0_setup(self): global metadata diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index ddcad681a..c9d1438aa 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -32,7 +32,6 @@ class ZooMarkTest(fixtures.TestBase): __requires__ = 'cpython', __only_on__ = 'postgresql+psycopg2' - __skip_if__ = lambda : sys.version_info < (2, 5), def test_baseline_0_setup(self): global metadata, session |
