diff options
Diffstat (limited to 'tests/integration/shellbuildtrees.py')
-rw-r--r-- | tests/integration/shellbuildtrees.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/shellbuildtrees.py b/tests/integration/shellbuildtrees.py index 0d80c1640..c9d1abc5b 100644 --- a/tests/integration/shellbuildtrees.py +++ b/tests/integration/shellbuildtrees.py @@ -13,7 +13,7 @@ from buildstream.testing._utils.site import HAVE_SANDBOX from tests.testutils import create_artifact_share -pytestmark = pytest.mark.integration +pytestmark = [pytest.mark.integration, pytest.mark.plugins] DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "project") |