Merge "Use pip_check_reqs module"

This commit is contained in:
Zuul 2018-06-05 07:19:48 +00:00 committed by Gerrit Code Review
commit 5a60d23a51
1 changed files with 3 additions and 3 deletions

View File

@ -155,12 +155,12 @@ exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,tools,releasenotes
[hacking]
local-check-factory = magnum.hacking.checks.factory
[testenv:pip-missing-reqs]
[testenv:pip-check-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
# this also means that pip_check_reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
deps = pip_check_reqs
-rrequirements.txt
commands=pip-missing-reqs -d --ignore-file=magnum/tests/* magnum