summaryrefslogtreecommitdiff
path: root/tests/internals/storage.py
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-22 10:20:25 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-22 14:15:01 +0000
commit304449aadda4c7c1d4a5b5ea30bdd021cebeb783 (patch)
treedc40e3c7e9af4be13743fced5ecaa3a3cccff4f6 /tests/internals/storage.py
parentaadd6756d028c1ccbbd47d49dbb2e038d059d1e4 (diff)
downloadbuildstream-304449aadda4c7c1d4a5b5ea30bdd021cebeb783.tar.gz
tests: remove mark.in_subprocess
It seems we don't need this anymore, thanks to cleaning up gRPC background threads.
Diffstat (limited to 'tests/internals/storage.py')
-rw-r--r--tests/internals/storage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/internals/storage.py b/tests/internals/storage.py
index d846e4b1f..a26ca4858 100644
--- a/tests/internals/storage.py
+++ b/tests/internals/storage.py
@@ -25,7 +25,6 @@ def setup_backend(backend_class, tmpdir):
cas_cache.release_resources()
-@pytest.mark.in_subprocess
@pytest.mark.parametrize("backend", [
FileBasedDirectory, CasBasedDirectory])
@pytest.mark.datafiles(DATA_DIR)
@@ -39,7 +38,6 @@ def test_import(tmpdir, datafiles, backend):
assert "bin/hello" in c.list_relative_paths()
-@pytest.mark.in_subprocess
@pytest.mark.parametrize("backend", [
FileBasedDirectory, CasBasedDirectory])
@pytest.mark.datafiles(DATA_DIR)