summaryrefslogtreecommitdiff
path: root/tests/integration/source-determinism.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-04-17 03:18:29 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-04-17 03:18:29 +0000
commit316a0e493dc661f2f22d3f1277ee4319cfe652d9 (patch)
tree109707eaf268fbf104e3ec2cdad337f2fde81c3d /tests/integration/source-determinism.py
parent9d7d803bbefed364ad58b4b5b5305f4e210bb5e1 (diff)
parent97bbedbef15fc9edea5b04f66a30ec788da7f130 (diff)
downloadbuildstream-316a0e493dc661f2f22d3f1277ee4319cfe652d9.tar.gz
Merge branch 'phil/rename-plugintestutils' into 'master'
Rename 'plugintestutils' package to 'testing' See merge request BuildStream/buildstream!1291
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