diff options
author | Phil Dawson <phil.dawson@codethink.co.uk> | 2019-03-26 09:46:32 +0000 |
---|---|---|
committer | Phil Dawson <phil.dawson@codethink.co.uk> | 2019-04-12 16:06:19 +0100 |
commit | c30f4a56e1f802f338e4b248b2ba925e479d3418 (patch) | |
tree | cf1469dcb2cbc8b71ebfe23862dfcc4673cccd19 /tests | |
parent | e00d1b6cd8f0131a6989693085049d0adc1ec596 (diff) | |
download | buildstream-c30f4a56e1f802f338e4b248b2ba925e479d3418.tar.gz |
plugintestutils._utils: Copy subset of tests.testutils.site
A subset of the functionality provided by this module is not
available from buildstream._site but is necessary for the templated
source plugin tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sources/generic/source_determinism.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/generic/source_determinism.py b/tests/sources/generic/source_determinism.py index e3203a891..bd83da007 100644 --- a/tests/sources/generic/source_determinism.py +++ b/tests/sources/generic/source_determinism.py @@ -22,7 +22,7 @@ import os import pytest -from tests.testutils.site import HAVE_SANDBOX +from .._utils.site import HAVE_SANDBOX from buildstream.plugintestutils import create_repo, ALL_REPO_KINDS from buildstream.plugintestutils import cli # pylint: disable=unused-import |