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.py5
1 files changed, 1 insertions, 4 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 5d44cd5c7..e2fe0ac46 100644
--- a/tests/format/project/plugin-no-load-ref/plugins/noloadref.py
+++ b/tests/format/project/plugin-no-load-ref/plugins/noloadref.py
@@ -1,4 +1,4 @@
-from buildstream import Source, Consistency
+from buildstream import Source
# Just a dummy plugin which does not support the new load_ref() method.
@@ -15,9 +15,6 @@ class NoLoadRefSource(Source):
def get_unique_key(self):
return {}
- def get_consistency(self):
- return Consistency.CACHED
-
def get_ref(self):
return None