diff options
Diffstat (limited to 'tests/examples/junctions.py')
-rw-r--r-- | tests/examples/junctions.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/examples/junctions.py b/tests/examples/junctions.py index 3992b1520..6ce808881 100644 --- a/tests/examples/junctions.py +++ b/tests/examples/junctions.py @@ -5,8 +5,6 @@ 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 - DATA_DIR = os.path.join( os.path.dirname(os.path.realpath(__file__)), '..', '..', 'doc', 'examples', 'junctions' ) |