Add tox target to find missing requirements
Change-Id: I8072f9f1bda796cc7a26e1617fbfe43d0421d656
This commit is contained in:
parent
b0f9524a7b
commit
c2210a20dc
8
tox.ini
8
tox.ini
@ -39,3 +39,11 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__in
|
||||
|
||||
[hacking]
|
||||
import_exceptions = oslo_log._i18n
|
||||
|
||||
[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
|
||||
commands = pip-missing-reqs -d --ignore-module=oslo_log* --ignore-file=oslo_log/tests/* --ignore-file=tests/ oslo_log
|
||||
|
Loading…
x
Reference in New Issue
Block a user