diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-05-31 12:13:26 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-06-06 14:33:59 +0000 |
commit | 09b0cf8a208c46440cdb4d59ef1388522f12857a (patch) | |
tree | 6dab6c64ac15465d20ef45a6ee3c562fc6e0baf9 /tests/sources/git.py | |
parent | 3660337905dada5ee6bd9419ff83b5a6819f6801 (diff) | |
download | buildstream-09b0cf8a208c46440cdb4d59ef1388522f12857a.tar.gz |
test:utils/site: Consolidate Git 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 git related ones in a single place.
Diffstat (limited to 'tests/sources/git.py')
-rw-r--r-- | tests/sources/git.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sources/git.py b/tests/sources/git.py index b7b175ee6..e9cc369d7 100644 --- a/tests/sources/git.py +++ b/tests/sources/git.py @@ -34,8 +34,7 @@ from buildstream import _yaml from buildstream.plugin import CoreWarnings from buildstream.testing import cli # pylint: disable=unused-import from buildstream.testing import create_repo - -from tests.testutils.site import HAVE_GIT, HAVE_OLD_GIT +from buildstream.testing._utils.site import HAVE_GIT, HAVE_OLD_GIT DATA_DIR = os.path.join( os.path.dirname(os.path.realpath(__file__)), |