Skip to content

Commit

Permalink
Install all test requirements in bootstrap (home-assistant#84469)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>
  • Loading branch information
3 people authored Dec 22, 2022
1 parent 490d2cf commit 1b80345
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ set -e
cd "$(dirname "$0")/.."

echo "Installing development dependencies..."
python3 -m pip install wheel --constraint homeassistant/package_constraints.txt
python3 -m pip install colorlog pre-commit $(grep mypy requirements_test.txt) $(grep stdlib-list requirements_test.txt) $(grep tqdm requirements_test.txt) $(grep pipdeptree requirements_test.txt) $(grep awesomeversion requirements.txt) --constraint homeassistant/package_constraints.txt --use-deprecated=legacy-resolver
python3 -m pip install wheel --constraint homeassistant/package_constraints.txt --upgrade
python3 -m pip install colorlog pre-commit $(grep awesomeversion requirements.txt) --constraint homeassistant/package_constraints.txt --use-deprecated=legacy-resolver --upgrade
python3 -m pip install -r requirements_test.txt -c homeassistant/package_constraints.txt --use-deprecated legacy-resolver --upgrade

0 comments on commit 1b80345

Please sign in to comment.