summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 4d5869226..67bdfb8a3 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -753,6 +753,14 @@ class DefaultRequirements(SuiteRequirements):
)
@property
+ def postgresql_jsonb(self):
+ return skip_if(
+ lambda config:
+ config.db.dialect.driver == "pg8000" and
+ config.db.dialect._dbapi_version <= (1, 10, 1)
+ )
+
+ @property
def percent_schema_names(self):
return skip_if(
[