Merge "Add tox target to find missing requirements"
This commit is contained in:
commit
3e46c151a7
8
tox.ini
8
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user