summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/requirements.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py
index d95a3c58b..c70169acf 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -457,6 +457,10 @@ class DefaultRequirements(SuiteRequirements):
)
@property
+ def indexes_with_expressions(self):
+ return only_on(["postgresql", "sqlite>=3.9.0"])
+
+ @property
def temp_table_names(self):
"""target dialect supports listing of temporary table names"""