Add expecttest to CONTRIBUTING.md (#61163)

Summary:
Now expecttest is an independent library but `CONTRIBUTING.md` and `requirements.txt` do not mention the need of the library.

Related: https://github.com/pytorch/pytorch/pull/60658

Pull Request resolved: https://github.com/pytorch/pytorch/pull/61163

Reviewed By: heitorschueroff

Differential Revision: D29660296

Pulled By: ezyang

fbshipit-source-id: e2e86d42526c83bec7cdf7221e19fe83d9686103
This commit is contained in:
Masaki Kozuki 2021-07-12 08:57:38 -07:00 committed by Facebook GitHub Bot
parent 8754238410
commit 7136a62b56

View File

@ -348,7 +348,7 @@ in `test/test_jit.py`. Your command would be:
python test/test_jit.py TestJit.test_Sequential
```
The `hypothesis` library must be installed to run the tests. `mypy` is
The `expecttest` and `hypothesis` libraries must be installed to run the tests. `mypy` is
an optional dependency, and `pytest` may help run tests more selectively.
All these packages can be installed with `conda` or `pip`.