mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Make test deps explicit
This commit is contained in:
@@ -6,7 +6,7 @@ python3 -m pip install -r requirements_all.txt
|
||||
REQ_STATUS=$?
|
||||
|
||||
echo "Installing development dependencies.."
|
||||
python3 -m pip install flake8 pylint coveralls pytest pytest-cov
|
||||
python3 -m pip install -r requirements_test.txt
|
||||
|
||||
REQ_DEV_STATUS=$?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user