summaryrefslogtreecommitdiff
path: root/tests/frontend/workspace.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/workspace.py')
-rw-r--r--tests/frontend/workspace.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/frontend/workspace.py b/tests/frontend/workspace.py
index 7ca8064b8..122455bff 100644
--- a/tests/frontend/workspace.py
+++ b/tests/frontend/workspace.py
@@ -807,9 +807,6 @@ def test_detect_modifications(cli, tmpdir, datafiles, modification, strict):
])
def test_list_unsupported_workspace(cli, tmpdir, datafiles, workspace_cfg):
project = os.path.join(datafiles.dirname, datafiles.basename)
- bin_files_path = os.path.join(project, 'files', 'bin-files')
- element_path = os.path.join(project, 'elements')
- element_name = 'workspace-version.bst'
os.makedirs(os.path.join(project, '.bst'))
workspace_config_path = os.path.join(project, '.bst', 'workspaces.yml')