MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / test_conda_additional_deps

Function test_conda_additional_deps

tests/languages/conda_test.py:63–72  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

61
62
63def test_conda_additional_deps(tmp_path):
64 _make_local_repo(tmp_path)
65
66 ret = run_language(
67 tmp_path,
68 conda,
69 'python -c "import botocore; print(1)"',
70 deps=('botocore',),
71 )
72 assert ret == (0, b'1\n')

Callers

nothing calls this directly

Calls 2

_make_local_repoFunction · 0.90
run_languageFunction · 0.90

Tested by

no test coverage detected