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