diff options
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r-- | tests/examples/autotools.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py index bf132a9a2..ca311c4bb 100644 --- a/tests/examples/autotools.py +++ b/tests/examples/autotools.py @@ -6,8 +6,7 @@ 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 HAVE_BWRAP, MACHINE_ARCH -from tests.testutils.site import IS_LINUX +from buildstream.testing._utils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH pytestmark = pytest.mark.integration |