summaryrefslogtreecommitdiff
path: root/tests/sources/ostree.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/ostree.py')
-rw-r--r--tests/sources/ostree.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sources/ostree.py b/tests/sources/ostree.py
index e059a882f..7ddea77f6 100644
--- a/tests/sources/ostree.py
+++ b/tests/sources/ostree.py
@@ -22,8 +22,9 @@ import pytest
from buildstream._exceptions import ErrorDomain
from buildstream import _yaml
+from buildstream.plugintestutils import cli
-from tests.testutils import cli, create_repo
+from tests.testutils import create_repo
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),