summaryrefslogtreecommitdiff
path: root/tests/examples/junctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/junctions.py')
-rw-r--r--tests/examples/junctions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/junctions.py b/tests/examples/junctions.py
index 97a12deee..74e0c4476 100644
--- a/tests/examples/junctions.py
+++ b/tests/examples/junctions.py
@@ -5,8 +5,8 @@ import os
import pytest
from buildstream.testing import cli_integration as cli # pylint: disable=unused-import
-from buildstream.testing._utils.site import HAVE_BWRAP
-from tests.testutils.site import IS_LINUX, MACHINE_ARCH
+from buildstream.testing._utils.site import HAVE_BWRAP, MACHINE_ARCH
+from tests.testutils.site import IS_LINUX
pytestmark = pytest.mark.integration