summaryrefslogtreecommitdiff
path: root/tests/examples/integration-commands.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-03-01 17:45:48 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-03-01 17:46:08 +0000
commit43230346bb25b7fc3dd1be07c26962d2aa639e78 (patch)
tree96145e8d0e71e5979ccc5f7fd1ef505879d041c0 /tests/examples/integration-commands.py
parent1eba1fed210d9814a06ef2b9a24610132b18235c (diff)
downloadbuildstream-chandan/remove-unused-pytestmark.tar.gz
tests: Remove unused `pytestmark` variablechandan/remove-unused-pytestmark
Diffstat (limited to 'tests/examples/integration-commands.py')
-rw-r--r--tests/examples/integration-commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/examples/integration-commands.py b/tests/examples/integration-commands.py
index abc64d951..4a91a5a7a 100644
--- a/tests/examples/integration-commands.py
+++ b/tests/examples/integration-commands.py
@@ -6,7 +6,6 @@ from buildstream.plugintestutils.integration import assert_contains
from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH
-pytestmark = pytest.mark.integration
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)), '..', '..', 'doc', 'examples', 'integration-commands'
)