mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
work around conda bug installing python3.1/site-packages
https://github.com/conda/conda/issues/10969
This commit is contained in:
parent
69a4dbda68
commit
8c844c794d
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ def test_local_conda_additional_dependencies(store):
|
||||||
'name': 'local-conda',
|
'name': 'local-conda',
|
||||||
'entry': 'python',
|
'entry': 'python',
|
||||||
'language': 'conda',
|
'language': 'conda',
|
||||||
'args': ['-c', 'import tzdata; print("OK")'],
|
'args': ['-c', 'import botocore; print("OK")'],
|
||||||
'additional_dependencies': ['python-tzdata'],
|
'additional_dependencies': ['botocore'],
|
||||||
}],
|
}],
|
||||||
}
|
}
|
||||||
hook = _get_hook(config, store, 'local-conda')
|
hook = _get_hook(config, store, 'local-conda')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue