summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/testing/repo.py')
-rw-r--r--src/buildstream/testing/repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/repo.py b/src/buildstream/testing/repo.py
index a190429ed..b80cc9e83 100644
--- a/src/buildstream/testing/repo.py
+++ b/src/buildstream/testing/repo.py
@@ -119,4 +119,4 @@ class Repo:
This ensures that sources don't unintentionally break their cache keys
and that BuildStream itself doesn't either.
"""
- raise NotImplementedError("Element cache keys tests should be implemented")
+ return NotImplemented