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

black

parent 50af49bf
No related branches found
No related tags found
1 merge request!57Try remove cmd
Pipeline #371863 failed
...@@ -488,6 +488,7 @@ def test_environment_status(tmp_path): ...@@ -488,6 +488,7 @@ def test_environment_status(tmp_path):
for microarch in expected_toolchain_map.keys(): for microarch in expected_toolchain_map.keys():
assert set(toolchain_map[microarch]) == set(expected_toolchain_map[microarch]) assert set(toolchain_map[microarch]) == set(expected_toolchain_map[microarch])
@pytest.mark.skip(reason="not implemented yet") @pytest.mark.skip(reason="not implemented yet")
def test_remove_environment(tmp_path): def test_remove_environment(tmp_path):
"""Test that the remove_environment works as expected.""" """Test that the remove_environment works as expected."""
......
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