summaryrefslogtreecommitdiff
path: root/tests/integration/shell.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-03-01 18:39:24 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-01 19:51:57 +0000
commitd9cd7b70e2e1724013178ee3a04ce0c01df45937 (patch)
treedb8f6af855088ac6351d7b0e7aadc12de6a9c305 /tests/integration/shell.py
parent52e6d2e3cb4a01fc8b7ae4d46d1f42f76059466d (diff)
downloadbuildstream-d9cd7b70e2e1724013178ee3a04ce0c01df45937.tar.gz
tests: Remove redundant integration pytest markers
Remove `pytest.mark.integration` for individual tests that already include it in `pytestmarker` at the top. FWIW the list of such files was found using: git grep --name-only 'pytestmark = pytest.mark.integration' | xargs grep '@pytest.mark.integration'
Diffstat (limited to 'tests/integration/shell.py')
-rw-r--r--tests/integration/shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py
index 1a10df59e..3246d108a 100644
--- a/tests/integration/shell.py
+++ b/tests/integration/shell.py
@@ -281,7 +281,6 @@ def test_cli_mount(cli, datafiles, path):
# Test that we can see the workspace files in a shell
-@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_workspace_visible(cli, datafiles):