summaryrefslogtreecommitdiff
path: root/tests/remoteexecution/partial.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remoteexecution/partial.py')
-rw-r--r--tests/remoteexecution/partial.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/remoteexecution/partial.py b/tests/remoteexecution/partial.py
index 907fc507d..ee0fc25b4 100644
--- a/tests/remoteexecution/partial.py
+++ b/tests/remoteexecution/partial.py
@@ -2,8 +2,8 @@ import os
import pytest
from buildstream._exceptions import ErrorDomain
-from buildstream.plugintestutils import cli_remote_execution as cli
-from buildstream.plugintestutils.integration import assert_contains
+from buildstream.testing import cli_remote_execution as cli
+from buildstream.testing.integration import assert_contains
pytestmark = pytest.mark.remoteexecution