summaryrefslogtreecommitdiff
path: root/tests/internals/pluginloading/badversionsource/customsources/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/pluginloading/badversionsource/customsources/foo.py')
-rw-r--r--tests/internals/pluginloading/badversionsource/customsources/foo.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/internals/pluginloading/badversionsource/customsources/foo.py b/tests/internals/pluginloading/badversionsource/customsources/foo.py
index f50855fd1..628f99b29 100644
--- a/tests/internals/pluginloading/badversionsource/customsources/foo.py
+++ b/tests/internals/pluginloading/badversionsource/customsources/foo.py
@@ -1,4 +1,4 @@
-from buildstream import Source, Consistency
+from buildstream import Source
class BarSource(Source):
@@ -11,9 +11,6 @@ class BarSource(Source):
def configure(self, node):
pass
- def get_consistency(self):
- return Consistency.INCONSISTENT
-
def setup():
return BarSource