Skip to content
Snippets Groups Projects
Commit f138f5b0 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Remove unnecessary line in test_install.py

parent 62d3e12b
No related branches found
No related tags found
1 merge request!130Resolve "single function to generate all the folders relative to root_dir"
Pipeline #424648 passed
......@@ -58,7 +58,6 @@ def test_install_environment_zlib(create_mock_git_repository):
folders = mpsd_software_manager.utils.filesystem_utils.get_important_folders(
mpsd_release_to_test, root_dir
)
folders.release_base_dir = root_dir / mpsd_release_to_test
create_mock_git_repository(target_directory=root_dir, create_directory=False)
install.prepare_environment(mpsd_release=mpsd_release_to_test, root_dir=(root_dir))
# Patch the spack environments to create a fake global_generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment