Skip to content

Commit

Permalink
Add foor missing required dependencies in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
There could still be missing dependencies, I'm not using a fresh environement
to test that. Also added the specific required git version see
https://github.com/git/git/blob/master/Documentation/RelNotes/2.24.0.txt
  • Loading branch information
Pierre-Sassoulas committed Jun 12, 2020
1 parent 0e5eb19 commit fd53cde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -4,12 +4,16 @@

- The complete test suite depends on having at least the following installed
(possibly not a complete list)
- git (A sufficiently newer version is required to run pre-push tests)
- git (Version 2.24.0 or above is required to run pre-merge-commit tests)
- python2 (Required by a test which checks different python versions)
- python3 (Required by a test which checks different python versions)
- tox (or virtualenv)
- ruby + gem
- docker
- conda
- cargo (required by tests for rust dependencies)
- go (required by tests for go dependencies)
- swift

### Setting up an environment

Expand Down

0 comments on commit fd53cde

Please sign in to comment.