diff options
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'), |