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.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py b/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
index 3fa8afb93..db2895f8b 100644
--- a/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
+++ b/tests/format/project/plugin-preflight-error/errorplugin/preflighterror.py
@@ -1,4 +1,4 @@
-from buildstream import Source, SourceError, Consistency
+from buildstream import Source, SourceError
class PreflightErrorSource(Source):
@@ -13,9 +13,6 @@ class PreflightErrorSource(Source):
def get_unique_key(self):
return {}
- def get_consistency(self):
- return Consistency.CACHED
-
def get_ref(self):
return None