From 97bbedbef15fc9edea5b04f66a30ec788da7f130 Mon Sep 17 00:00:00 2001 From: Phil Dawson Date: Mon, 15 Apr 2019 11:02:33 +0100 Subject: plugintestutils: Rename 'plugintestutils' package to 'testing' - 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. --- tests/cachekey/cachekey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cachekey/cachekey.py') diff --git a/tests/cachekey/cachekey.py b/tests/cachekey/cachekey.py index 3fc5d73ee..671bbb3a1 100644 --- a/tests/cachekey/cachekey.py +++ b/tests/cachekey/cachekey.py @@ -44,7 +44,7 @@ import os import pytest -from buildstream.plugintestutils.runcli import cli # pylint: disable=unused-import +from buildstream.testing.runcli import cli # pylint: disable=unused-import from buildstream.plugin import CoreWarnings from buildstream import _yaml from tests.testutils.site import HAVE_BZR, HAVE_GIT, HAVE_OSTREE, IS_LINUX, MACHINE_ARCH -- cgit v1.2.1