Remove the (now obsolete) pip-missing-reqs tox target

The test does not work anymore with pip 10. For more details, see:
http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html

(I suspect that the development that happened later in OpenStack testing
made it obsolete anyway).

Change-Id: I2227e70d23e5e7e99a85834ccc7d6ec8a09bf4ae
This commit is contained in:
Luigi Toscano 2018-04-30 20:32:38 +02:00
parent 2e4059d1f9
commit 41dfcc2618
1 changed files with 0 additions and 10 deletions

10
tox.ini
View File

@ -92,16 +92,6 @@ commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
whitelist_externals = rm
[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
-r{toxinidir}/requirements.txt
commands = pip-missing-reqs -d --ignore-file=sahara/tests/* sahara
[testenv:debug]
# It runs tests from the specified dir (default is sahara/tests)
# in interactive mode, so, you could use pbr for tests debug.