summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 522a376e0..abc8ad5c2 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -286,6 +286,10 @@ class DefaultRequirements(SuiteRequirements):
("mysql", "<", (5, 0, 3)),
], "savepoints not supported")
+ @property
+ def savepoints_w_release(self):
+ return self.savepoints + skip_if(
+ "oracle", "oracle doesn't support release of savepoint")
@property
def schemas(self):