summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbschubert15 <bschubert15@bloomberg.net>2020-04-17 11:35:34 +0100
committerbschubert15 <bschubert15@bloomberg.net>2020-04-17 11:35:34 +0100
commitc441111ab674d2c8985ff5eb5c95ad0a6b9a3262 (patch)
tree5d92f485db615dae8b8a5ef204a42aad31e60d13
parent04749f227b19f654f114495d6caa1c8d770be3cc (diff)
downloadbuildstream-bschubert/remove-tar-plugin.tar.gz
fixup! fixup! Remove "tar" pluginbschubert/remove-tar-plugin
-rw-r--r--tests/integration/shell.py2
-rw-r--r--tests/integration/shellbuildtrees.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py
index cd93923b7..26a15807f 100644
--- a/tests/integration/shell.py
+++ b/tests/integration/shell.py
@@ -13,7 +13,7 @@ from buildstream import utils
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")
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")