diff options
| author | Hajime Nakagami <nakagami@gmail.com> | 2014-10-16 22:11:14 +0900 |
|---|---|---|
| committer | Hajime Nakagami <nakagami@gmail.com> | 2014-10-16 22:11:14 +0900 |
| commit | 2e598f63eb318e97995fb90bde35495dd85b6aaf (patch) | |
| tree | 2cffb1ae89e73d23709abbc7bd318f3cdb4ebd98 /test/requirements.py | |
| parent | d06e9c361fe0abd7bfdc7ecaceda931d981344db (diff) | |
| download | sqlalchemy-pr/143.tar.gz | |
minipg supportpr/143
Diffstat (limited to 'test/requirements.py')
| -rw-r--r-- | test/requirements.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py index 0a695b641..d93637cbe 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -267,6 +267,7 @@ class DefaultRequirements(SuiteRequirements): "sqlite", "sybase", ("mysql", "<", (5, 0, 3)), + "postgresql+minipg", ], "savepoints not supported") @@ -369,6 +370,7 @@ class DefaultRequirements(SuiteRequirements): no_support('drizzle', 'two-phase xact not supported by database'), no_support('sqlite', 'two-phase xact not supported by database'), no_support('sybase', 'two-phase xact not supported by drivers/SQLA'), + no_support('postgresql+minipg', 'two-phase xact not supported by minipg'), no_support('postgresql+zxjdbc', 'FIXME: JDBC driver confuses the transaction state, may ' 'need separate XA implementation'), |
