mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Make test deps explicit
This commit is contained in:
parent
680385df93
commit
ca6b957839
@ -1,5 +0,0 @@
|
||||
requests>=2,<3
|
||||
pyyaml>=3.11,<4
|
||||
pytz>=2015.4
|
||||
pip>=7.0.0
|
||||
vincenty==0.1.3
|
6
requirements_test.txt
Normal file
6
requirements_test.txt
Normal file
@ -0,0 +1,6 @@
|
||||
flake8>=2.5.0
|
||||
pylint>=1.5.1
|
||||
coveralls>=1.1
|
||||
pytest>=2.6.4
|
||||
pytest-cov>=2.2.0
|
||||
betamax>=0.5.1
|
@ -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=$?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user