summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_utils/site.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-05 06:40:00 +0100
committerJürg Billeter <j@bitron.ch>2019-12-10 15:31:37 +0100
commitead0b11a205b475cf6b0a695d84b27ded1102894 (patch)
treea7373916cb0349def0f92a570c785b5020bffd79 /src/buildstream/testing/_utils/site.py
parente223bcdaec8693814db0820e11643228bb3ac538 (diff)
downloadbuildstream-ead0b11a205b475cf6b0a695d84b27ded1102894.tar.gz
tests: Drop buildbox xfails
Diffstat (limited to 'src/buildstream/testing/_utils/site.py')
-rw-r--r--src/buildstream/testing/_utils/site.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/buildstream/testing/_utils/site.py b/src/buildstream/testing/_utils/site.py
index 5507df0f7..f3b45dbf6 100644
--- a/src/buildstream/testing/_utils/site.py
+++ b/src/buildstream/testing/_utils/site.py
@@ -70,12 +70,6 @@ casd_path = utils.get_host_tool("buildbox-casd")
CASD_SEPARATE_USER = bool(os.stat(casd_path).st_mode & stat.S_ISUID)
del casd_path
-try:
- utils.get_host_tool("buildbox")
- HAVE_BUILDBOX = True
-except ProgramNotFoundError:
- HAVE_BUILDBOX = False
-
IS_LINUX = os.getenv("BST_FORCE_BACKEND", sys.platform).startswith("linux")
IS_WSL = IS_LINUX and "Microsoft" in platform.uname().release
IS_WINDOWS = os.name == "nt"