From 775f6e43116d4ec5798a8fff0ff8f261c6a1bf53 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Mon, 30 Apr 2018 20:32:38 +0200 Subject: [PATCH] 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 --- tox.ini | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tox.ini b/tox.ini index d136bdc990..c0e4033531 100644 --- a/tox.ini +++ b/tox.ini @@ -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.