Merge "Switch from pip_missing_reqs to pip_check_reqs"

This commit is contained in:
Jenkins 2017-04-04 17:46:06 +00:00 committed by Gerrit Code Review
commit 4c04338fe4

View File

@ -196,7 +196,7 @@ import_exceptions = nova.i18n
# determining missing packages
# this also means that pip-missing-reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
deps = pip_check_reqs
commands=pip-missing-reqs -d --ignore-file=nova/tests/* --ignore-file=nova/test.py nova
[testenv:bindep]