diff options
author | Phil Dawson <phil.dawson@codethink.co.uk> | 2019-04-15 11:02:33 +0100 |
---|---|---|
committer | Phil Dawson <phil.dawson@codethink.co.uk> | 2019-04-16 14:25:40 +0100 |
commit | 97bbedbef15fc9edea5b04f66a30ec788da7f130 (patch) | |
tree | 109707eaf268fbf104e3ec2cdad337f2fde81c3d /tests/integration/pullbuildtrees.py | |
parent | 9d7d803bbefed364ad58b4b5b5305f4e210bb5e1 (diff) | |
download | buildstream-97bbedbef15fc9edea5b04f66a30ec788da7f130.tar.gz |
plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutils
- Rename plugintestutils to testing.
- Don't run the tests from bst-plugins-template. This imports
buildstream.plugintestutils so will have to be disabled to get
through CI. This can be re nabled once bst-plugins-template has been
patched.
Diffstat (limited to 'tests/integration/pullbuildtrees.py')
-rw-r--r-- | tests/integration/pullbuildtrees.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/pullbuildtrees.py b/tests/integration/pullbuildtrees.py index bdbcad911..91acff4a3 100644 --- a/tests/integration/pullbuildtrees.py +++ b/tests/integration/pullbuildtrees.py @@ -8,7 +8,7 @@ from tests.testutils import create_artifact_share from tests.testutils.site import HAVE_SANDBOX from buildstream import utils -from buildstream.plugintestutils import cli, cli_integration as cli2 +from buildstream.testing import cli, cli_integration as cli2 from buildstream._cas import CASCache from buildstream._exceptions import ErrorDomain, LoadErrorReason |