mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
8754238410
commit
7136a62b56
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user