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