summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-05-01 20:05:17 +0200
committerValentin David <valentin.david@codethink.co.uk>2018-06-07 16:57:41 +0200
commit53667de50bb0d72eafd92d6999595c29b8d3cf83 (patch)
tree0b620de7ed0241fe9a31fa81425f5ec8dc80fac7
parent6536f561c7aef3443524d7634501851efd664ed2 (diff)
downloadbuildstream-53667de50bb0d72eafd92d6999595c29b8d3cf83.tar.gz
tests/frontend/workspace.py: Remove a now useless cleanup.
-rw-r--r--tests/frontend/workspace.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/frontend/workspace.py b/tests/frontend/workspace.py
index e168a6156..0f30c9d13 100644
--- a/tests/frontend/workspace.py
+++ b/tests/frontend/workspace.py
@@ -143,8 +143,6 @@ def test_open_workspacedir_absolute(cli, tmpdir, datafiles, kind):
@pytest.mark.parametrize("kind", repo_kinds)
def test_open_workspacedir_relative(cli, tmpdir, datafiles, kind):
workspacedir = os.path.join('workspaces')
- if os.path.isdir(workspacedir):
- shutil.rmtree(workspacedir)
user_config = {'workspacedir': workspacedir}
cli.configure(user_config)
open_workspace(cli, tmpdir, datafiles, kind, False,