diff options
Diffstat (limited to 'tests/examples')
| -rw-r--r-- | tests/examples/integration-commands.py | 1 | ||||
| -rw-r--r-- | tests/examples/junctions.py | 1 | ||||
| -rw-r--r-- | tests/examples/running-commands.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/examples/integration-commands.py b/tests/examples/integration-commands.py index 72869dde1..bbcaafbfd 100644 --- a/tests/examples/integration-commands.py +++ b/tests/examples/integration-commands.py @@ -2,7 +2,6 @@ import os import pytest from buildstream.plugintestutils import cli_integration as cli -from buildstream.plugintestutils.integration import assert_contains from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH diff --git a/tests/examples/junctions.py b/tests/examples/junctions.py index e05fbf322..777bf71a0 100644 --- a/tests/examples/junctions.py +++ b/tests/examples/junctions.py @@ -2,7 +2,6 @@ import os import pytest from buildstream.plugintestutils import cli_integration as cli -from buildstream.plugintestutils.integration import assert_contains from tests.testutils.site import IS_LINUX, HAVE_BWRAP, MACHINE_ARCH pytestmark = pytest.mark.integration diff --git a/tests/examples/running-commands.py b/tests/examples/running-commands.py index 41a0e4cf0..677b14654 100644 --- a/tests/examples/running-commands.py +++ b/tests/examples/running-commands.py @@ -2,7 +2,6 @@ import os import pytest from buildstream.plugintestutils import cli_integration as cli -from buildstream.plugintestutils.integration import assert_contains from tests.testutils.site import IS_LINUX, HAVE_BWRAP, MACHINE_ARCH |
