Add tox target to find missing requirements
Change-Id: I44ce0015cd12148120ae590362473f15ba376285
This commit is contained in:
parent
abc1bf2a89
commit
440570c0ee
8
tox.ini
8
tox.ini
@ -40,3 +40,11 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__in
|
|||||||
import_exceptions = oslo_vmware._i18n
|
import_exceptions = oslo_vmware._i18n
|
||||||
oslo_vmware.tests.base
|
oslo_vmware.tests.base
|
||||||
tests.base
|
tests.base
|
||||||
|
|
||||||
|
[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_vmware* --ignore-file=oslo_vmware/tests/* oslo_vmware
|
||||||
|
Loading…
Reference in New Issue
Block a user