summaryrefslogtreecommitdiff
path: root/vmdb/step_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'vmdb/step_list.py')
-rw-r--r--vmdb/step_list.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/vmdb/step_list.py b/vmdb/step_list.py
index d5ce1dc..5eef635 100644
--- a/vmdb/step_list.py
+++ b/vmdb/step_list.py
@@ -50,9 +50,6 @@ class StepRunnerInterface: # pragma: no cover
def run(self, step_spec, settings, state):
raise NotImplementedError()
- def run_even_if_skipped(self, step_spec, settings, state):
- pass
-
def teardown(self, step_spec, settings, state):
# Default implementation does nop, so that sub-classes don't
# need to have a nop teardown.