summaryrefslogtreecommitdiff
path: root/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py')
-rw-r--r--tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py b/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
index db2895f8b..a03cb64ee 100644
--- a/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
+++ b/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
@@ -2,6 +2,9 @@ from buildstream import Source, SourceError
class PreflightErrorSource(Source):
+
+ BST_MIN_VERSION = "2.0"
+
def configure(self, node):
pass