diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-21 11:58:44 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-21 11:58:44 -0400 |
commit | c02e95ed33504f2738261e4e80c28382f94d8d51 (patch) | |
tree | 5071449ecc728a42bf69ae1d61493c89642a9afb /test/requirements.py | |
parent | 72ac9c189248c726e3ed04e5fe2e6b7ec599d24c (diff) | |
download | sqlalchemy-c02e95ed33504f2738261e4e80c28382f94d8d51.tar.gz |
- Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature
where engine-level isolation level parameter would raise an error
on connect. fixes #3134
Diffstat (limited to 'test/requirements.py')
-rw-r--r-- | test/requirements.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py index 09f973543..f4fd6b601 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -361,6 +361,7 @@ class DefaultRequirements(SuiteRequirements): 'need separate XA implementation'), exclude('mysql', '<', (5, 0, 3), 'two-phase xact not supported by database'), + no_support("postgresql+pg8000", "not supported and/or hangs") ]) @property |