diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-15 20:55:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-15 20:55:15 -0400 |
commit | f8a7045f89f03a95cf196dd733ef4d5e4f2168de (patch) | |
tree | f7e1d49c6c1be115a0d1e9c61d01eda0600f914c /test/lib/testing.py | |
parent | e155e0554a3062ce32cdb9211c16e4c787d93167 (diff) | |
download | sqlalchemy-f8a7045f89f03a95cf196dd733ef4d5e4f2168de.tar.gz |
try a between here since 'in' looks for exact matches, doesn't work
with extra thingies in the version
Diffstat (limited to 'test/lib/testing.py')
-rw-r--r-- | test/lib/testing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/testing.py b/test/lib/testing.py index 95cda95e8..6512a23d2 100644 --- a/test/lib/testing.py +++ b/test/lib/testing.py @@ -267,7 +267,6 @@ def _is_excluded(db, op, spec): _is_excluded('bigdb', '==', (9,0,9)) _is_excluded('yikesdb', 'in', ((0, 3, 'alpha2'), (0, 3, 'alpha3'))) """ - vendor_spec = db_spec(db) if not vendor_spec(config.db): |