summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testutils/site.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testutils/site.py b/tests/testutils/site.py
index 8cb5229ae..8a75f00ae 100644
--- a/tests/testutils/site.py
+++ b/tests/testutils/site.py
@@ -2,15 +2,6 @@
# so we dont have to repeat this everywhere
#
-from buildstream import utils, ProgramNotFoundError
-
-
-try:
- OSTREE_CLI = utils.get_host_tool('ostree')
- HAVE_OSTREE_CLI = True
-except ProgramNotFoundError:
- HAVE_OSTREE_CLI = False
-
try:
from bst_plugins_experimental.sources import _ostree # pylint: disable=unused-import
HAVE_OSTREE = True