summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-06-05 14:53:01 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-06 14:34:00 +0000
commit571e77bd59ec39a0393c69f7a53bd62d410e81ad (patch)
treeffe6b51d6e26382870881e67c61846dd9efd59fd
parent556f71c9a3ccdc4c524f261926a364379506066d (diff)
downloadbuildstream-571e77bd59ec39a0393c69f7a53bd62d410e81ad.tar.gz
tests/testutils/site: Remove unused HAVE_OSTREE_CLI variable
-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