summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-03-26 09:46:32 +0000
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-04-12 16:06:19 +0100
commitc30f4a56e1f802f338e4b248b2ba925e479d3418 (patch)
treecf1469dcb2cbc8b71ebfe23862dfcc4673cccd19 /tests
parente00d1b6cd8f0131a6989693085049d0adc1ec596 (diff)
downloadbuildstream-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.py2
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