Huy Do
2023-03-14 06:19:00 +00:00
committed by PyTorch MergeBot
parent 70090b4daf
commit 6a2dcfd738
6 changed files with 37 additions and 72 deletions

View File

@ -24,15 +24,6 @@ do
done
set -- "${UNKNOWN[@]}" # leave UNKNOWN
if [[ $PARALLEL == 1 ]]; then
pip install pytest-xdist
fi
# pytest, scipy, hypothesis: these may not be necessary
# pytest-cov: installing since `coverage run -m pytest ..` doesn't work
# pytest-subtests: unittest subtests support for pytest
# parameterized: parameterizing test class
pip install pytest scipy hypothesis pytest-cov pytest-subtests parameterized
# allows coverage to run w/o failing due to a missing plug-in
pip install -e tools/coverage_plugins_package