From 99119568b06fb1d75e205042d706c18aca8bf604 Mon Sep 17 00:00:00 2001 From: fpxie Date: Mon, 7 May 2018 15:16:49 +0800 Subject: [PATCH] Remove stale pip-missing-reqs tox test pip_missing_reqs tool is no longer maintained and has broken with release 10 of pip Refer to: http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html Change-Id: Iaa65b1789590e85602e7a63ca4e80cd087b05693 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 33eb13d0362..d8e23b51b3a 100644 --- a/tox.ini +++ b/tox.ini @@ -162,14 +162,6 @@ max-complexity=30 local-check-factory = cinder.hacking.checks.factory import_exceptions = cinder.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_check_reqs>=2.0.1 -commands = pip-missing-reqs -d --ignore-file=cinder/tests/* cinder - [testenv:lower-constraints] basepython = python3 deps =