diff options
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 |
