summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buildstream/testing/_utils/site.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/testing/_utils/site.py b/src/buildstream/testing/_utils/site.py
index 9e66b804e..64e0603ab 100644
--- a/src/buildstream/testing/_utils/site.py
+++ b/src/buildstream/testing/_utils/site.py
@@ -39,6 +39,7 @@ try:
"BZR_EMAIL": "Testy McTesterson <testy.mctesterson@example.com>"
}
except ProgramNotFoundError:
+ BZR = None
HAVE_BZR = False
BZR_ENV = {}