Skip to content
Snippets Groups Projects
Commit a62d6bd2 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

black

parent f8682a98
No related branches found
No related tags found
1 merge request!65skip test on OSX that cannot pass
Pipeline #371458 passed
......@@ -187,6 +187,7 @@ def test_record_script_execution_summary(tmp_path):
last_line = f.readlines()[-1]
assert "Spack environments branch: dev-23a " in last_line
def test_install_environment_wrong_toolchain(tmp_path):
"""Test exception is raised for non-existing toolchain."""
# Expect an Exception when wrong toolchains are provided
......@@ -210,8 +211,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
)
@pytest.mark.skipif(sys.platform == "darwin",
reason="install not working on OSX")
@pytest.mark.skipif(sys.platform == "darwin", reason="install not working on OSX")
def test_install_environment_zlib():
"""Test installation of toolchain."""
# Prepare a test installation of 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