Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd53cde

Browse files
Add foor missing required dependencies in CONTRIBUTING.md
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
1 parent 0e5eb19 commit fd53cde

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44

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

1418
### Setting up an environment
1519

0 commit comments

Comments
 (0)