summaryrefslogtreecommitdiff
path: root/tests/format/dependencies.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/dependencies.py')
-rw-r--r--tests/format/dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/dependencies.py b/tests/format/dependencies.py
index 780eac73e..15b6e1f4a 100644
--- a/tests/format/dependencies.py
+++ b/tests/format/dependencies.py
@@ -5,7 +5,7 @@ import os
import pytest
from buildstream._exceptions import ErrorDomain, LoadErrorReason
-from buildstream.plugintestutils import cli # pylint: disable=unused-import
+from buildstream.testing import cli # pylint: disable=unused-import
DATA_DIR = os.path.dirname(os.path.realpath(__file__))