Merge "Fix tox pip-missing-reqs"

This commit is contained in:
Jenkins 2016-08-10 17:47:44 +00:00 committed by Gerrit Code Review
commit 2197f273d1

@ -139,5 +139,5 @@ import_exceptions = cinder.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>=2.0.1
commands = pip-missing-reqs -d --ignore-file=cinder/tests/* cinder