diff options
Diffstat (limited to 'tests/examples/running-commands.py')
-rw-r--r-- | tests/examples/running-commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/running-commands.py b/tests/examples/running-commands.py index 9f60b7237..9929d3217 100644 --- a/tests/examples/running-commands.py +++ b/tests/examples/running-commands.py @@ -2,11 +2,11 @@ # pylint: disable=redefined-outer-name import os + import pytest from buildstream.testing import cli_integration as cli # pylint: disable=unused-import -from buildstream.testing._utils.site import IS_LINUX, MACHINE_ARCH, HAVE_SANDBOX - +from buildstream.testing._utils.site import HAVE_SANDBOX, IS_LINUX, MACHINE_ARCH pytestmark = pytest.mark.integration DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..", "..", "doc", "examples", "running-commands") |