From 3b56da44bdafeff1237391ad9edbb73010bcd5ee Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Fri, 31 May 2019 17:00:47 +0100 Subject: test:utils/site: Consolidate arpy 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 arpy related ones in a single place. --- tests/sources/deb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sources') diff --git a/tests/sources/deb.py b/tests/sources/deb.py index 69b7c78df..bdde20aaa 100644 --- a/tests/sources/deb.py +++ b/tests/sources/deb.py @@ -9,7 +9,7 @@ import pytest from buildstream._exceptions import ErrorDomain from buildstream import _yaml from buildstream.testing import cli # pylint: disable=unused-import -from tests.testutils.site import HAVE_ARPY +from buildstream.testing._utils.site import HAVE_ARPY from . import list_dir_contents DATA_DIR = os.path.join( -- cgit v1.2.1