summaryrefslogtreecommitdiff
path: root/tests/frontend/consistencyerror/plugins/consistencyerror.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/consistencyerror/plugins/consistencyerror.py')
-rw-r--r--tests/frontend/consistencyerror/plugins/consistencyerror.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/consistencyerror/plugins/consistencyerror.py b/tests/frontend/consistencyerror/plugins/consistencyerror.py
index 2e30d4842..34af45782 100644
--- a/tests/frontend/consistencyerror/plugins/consistencyerror.py
+++ b/tests/frontend/consistencyerror/plugins/consistencyerror.py
@@ -2,6 +2,9 @@ from buildstream import Source, SourceError
class ConsistencyErrorSource(Source):
+
+ BST_MIN_VERSION = "2.0"
+
def configure(self, node):
pass