summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index 0c86e3afe..03b98a5f4 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -4,8 +4,8 @@
import os
import pytest
-from buildstream.plugintestutils import cli_integration as cli # pylint: disable=unused-import
-from buildstream.plugintestutils.integration import assert_contains
+from buildstream.testing import cli_integration as cli # pylint: disable=unused-import
+from buildstream.testing.integration import assert_contains
from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH
pytestmark = pytest.mark.integration