From 571e77bd59ec39a0393c69f7a53bd62d410e81ad Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Wed, 5 Jun 2019 14:53:01 +0100 Subject: tests/testutils/site: Remove unused HAVE_OSTREE_CLI variable --- tests/testutils/site.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1