summaryrefslogtreecommitdiff
path: root/tests/integration/source-determinism.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/source-determinism.py')
-rw-r--r--tests/integration/source-determinism.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/source-determinism.py b/tests/integration/source-determinism.py
index 2f63a4af9..5bb0941d1 100644
--- a/tests/integration/source-determinism.py
+++ b/tests/integration/source-determinism.py
@@ -2,8 +2,8 @@ import os
import pytest
from buildstream import _yaml
-from buildstream.plugintestutils import cli_integration as cli
-from buildstream.plugintestutils import create_repo
+from buildstream.testing import cli_integration as cli
+from buildstream.testing import create_repo
from tests.testutils.site import HAVE_SANDBOX