Merge "Add tox target to find missing requirements"

This commit is contained in:
Jenkins 2015-06-30 19:27:59 +00:00 committed by Gerrit Code Review
commit 3e46c151a7

View File

@ -53,3 +53,11 @@ import_exceptions =
oslo_messaging.openstack.common._i18n
oslo_messaging._i18n
six.moves
[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_messaging* --ignore-file=oslo_messaging/tests/* --ignore-file=tests/ oslo_messaging