diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-05-31 17:00:47 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-06-06 14:33:59 +0000 |
commit | 3b56da44bdafeff1237391ad9edbb73010bcd5ee (patch) | |
tree | 25834089a4e679cfbaa16e720889b1e80ed52840 /tests/sources | |
parent | 75fb7e0bf5516ffcc812361410989b022921e520 (diff) | |
download | buildstream-3b56da44bdafeff1237391ad9edbb73010bcd5ee.tar.gz |
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.
Diffstat (limited to 'tests/sources')
-rw-r--r-- | tests/sources/deb.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |