coursier: additional_dependencies support

This commit is contained in:
Anthony Sottile 2023-01-16 18:33:40 -05:00
parent 59ed51a309
commit 70bfd76ced
10 changed files with 132 additions and 66 deletions

View file

@ -42,10 +42,6 @@ def cmd_output_mocked_pre_commit_home(
return ret, out.replace('\r\n', '\n'), None
skipif_cant_run_coursier = pytest.mark.skipif(
os.name == 'nt' or parse_shebang.find_executable('cs') is None,
reason="coursier isn't installed or can't be found",
)
skipif_cant_run_docker = pytest.mark.skipif(
os.name == 'nt' or not docker_is_running(),
reason="Docker isn't running or can't be accessed",