Add tox target to find missing requirements

Change-Id: I708c2dbc4b43a7a805b5424664992a216e996a0f
This commit is contained in:
Davanum Srinivas 2015-06-25 22:19:21 -04:00
parent e9429faafe
commit b2e8a62998

View File

@ -38,3 +38,11 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__in
[hacking]
import_exceptions =
oslo_i18n._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_i18n* --ignore-file=oslo_i18n/tests/* --ignore-file=tests/ oslo_i18n