summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.py b/test/requirements.py
index cfdfc8054..80bd135e9 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -300,7 +300,7 @@ class DefaultRequirements(SuiteRequirements):
def temp_table_names(self):
"""target dialect supports listing of temporary table names"""
- return only_on(['sqlite'])
+ return only_on(['sqlite', 'oracle'])
@property
def temporary_views(self):