Merge "Add missing dependencies (from pip-missing-reqs)"

This commit is contained in:
Jenkins 2015-05-25 22:46:08 +00:00 committed by Gerrit Code Review
commit a9182414bb
2 changed files with 17 additions and 0 deletions

View File

@ -28,3 +28,11 @@ WSME>=0.6
docker-py>=1.1.0 # Apache-2.0
jsonpatch>=1.1
netaddr>=0.7.12
alembic>=0.7.2
eventlet>=0.17.3
iso8601>=0.1.9
stevedore>=1.3.0 # Apache-2.0
WebOb>=1.2.3
greenlet>=0.3.2
PrettyTable>=0.7,<0.8
PyYAML>=3.1.0

View File

@ -54,3 +54,12 @@ commands =
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H302,H405,H803,H904,E711
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,magnum/common/pythonk8sclient
[testenv:pip-missing-reqs]
# do not install test-requirements as that will pollute the virtualenv for
# determining missing packages
# this also means that pip-missing-reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
-rrequirements.txt
commands=pip-missing-reqs -d --ignore-file=magnum/tests/* magnum