summaryrefslogtreecommitdiff
path: root/tests/format/project/plugin-no-load-ref/plugins/noloadref.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/project/plugin-no-load-ref/plugins/noloadref.py')
-rw-r--r--tests/format/project/plugin-no-load-ref/plugins/noloadref.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/format/project/plugin-no-load-ref/plugins/noloadref.py b/tests/format/project/plugin-no-load-ref/plugins/noloadref.py
index e2fe0ac46..2b8fd0b51 100644
--- a/tests/format/project/plugin-no-load-ref/plugins/noloadref.py
+++ b/tests/format/project/plugin-no-load-ref/plugins/noloadref.py
@@ -6,6 +6,9 @@ from buildstream import Source
# Use this to test that the core behaves as expected with such plugins.
#
class NoLoadRefSource(Source):
+
+ BST_MIN_VERSION = "2.0"
+
def configure(self, node):
pass