Merge "Use pip_check_reqs module"
This commit is contained in:
commit
5a60d23a51
6
tox.ini
6
tox.ini
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user