diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-05-31 10:28:31 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-06-06 14:33:59 +0000 |
commit | 3660337905dada5ee6bd9419ff83b5a6819f6801 (patch) | |
tree | 83c1b1d6bad61138a660a6b3a6b501cdbe1c2648 /tests/cachekey/cachekey.py | |
parent | 17da93ab01cf538fc855492b621916eb32bbf77d (diff) | |
download | buildstream-3660337905dada5ee6bd9419ff83b5a6819f6801.tar.gz |
test:utils/site: Consolidate Bzr environment variables in a single place
We have two different 'site' files that are redundant and both define
some variables in BuildStream environment.
This is a first step in consolidating them in a single file
Diffstat (limited to 'tests/cachekey/cachekey.py')
-rw-r--r-- | tests/cachekey/cachekey.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cachekey/cachekey.py b/tests/cachekey/cachekey.py index 2e8c29805..e34c9ff04 100644 --- a/tests/cachekey/cachekey.py +++ b/tests/cachekey/cachekey.py @@ -45,9 +45,10 @@ import os import pytest from buildstream.testing.runcli import cli # pylint: disable=unused-import +from buildstream.testing._utils.site import HAVE_BZR from buildstream.plugin import CoreWarnings from buildstream import _yaml -from tests.testutils.site import HAVE_BZR, HAVE_GIT, IS_LINUX, MACHINE_ARCH +from tests.testutils.site import HAVE_GIT, IS_LINUX, MACHINE_ARCH ############################################## |