From c2210a20dcbac24019a01fee8f394cb8e1e53d1e Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 25 Jun 2015 22:17:56 -0400 Subject: [PATCH] Add tox target to find missing requirements Change-Id: I8072f9f1bda796cc7a26e1617fbfe43d0421d656 --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index c53ee746..7b38c841 100644 --- a/tox.ini +++ b/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