diff options
Diffstat (limited to 'tests/format/optionexports.py')
-rw-r--r-- | tests/format/optionexports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/optionexports.py b/tests/format/optionexports.py index 8ad063e74..5df7522b5 100644 --- a/tests/format/optionexports.py +++ b/tests/format/optionexports.py @@ -4,7 +4,7 @@ import os import pytest from buildstream import _yaml -from buildstream.plugintestutils.runcli import cli # pylint: disable=unused-import +from buildstream.testing.runcli import cli # pylint: disable=unused-import # Project directory DATA_DIR = os.path.dirname(os.path.realpath(__file__)) |