From 75fb7e0bf5516ffcc812361410989b022921e520 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Fri, 31 May 2019 16:06:16 +0100 Subject: test:utils/site: Consolidate Lzip environment variables in a single place We have two different 'site' files that are redundant and both define some variables in BuildStream environment. Moving all the lzip related ones in a single place. --- tests/testutils/site.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/testutils') diff --git a/tests/testutils/site.py b/tests/testutils/site.py index 1ea2beb62..3fcf7e150 100644 --- a/tests/testutils/site.py +++ b/tests/testutils/site.py @@ -22,12 +22,6 @@ try: except (ImportError, ValueError): HAVE_OSTREE = False -try: - utils.get_host_tool('lzip') - HAVE_LZIP = True -except ProgramNotFoundError: - HAVE_LZIP = False - try: import arpy # pylint: disable=unused-import HAVE_ARPY = True -- cgit v1.2.1