summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/requirements.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 8576f2e71..09f973543 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -608,8 +608,11 @@ class DefaultRequirements(SuiteRequirements):
),
('mssql+pymssql', None, None,
'mssql+pymssql has FP inaccuracy even with '
- 'only four decimal places '
- )
+ 'only four decimal places '),
+ (
+ 'postgresql+pg8000', None, None,
+ 'postgresql+pg8000 has FP inaccuracy even with '
+ 'only four decimal places '),
])
@property