From 35759d5e4bff7352caf44b4690ebbf2bbb453e3c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 1 May 2018 17:40:03 +0100 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: I1b02384494ae9f440b72b98d9ae5f31d88dc8967 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 34e6a896eead..4e6fa8085290 100644 --- a/tox.ini +++ b/tox.ini @@ -219,14 +219,6 @@ max-complexity=35 local-check-factory = nova.hacking.checks.factory import_exceptions = nova.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 -commands=pip-missing-reqs -d --ignore-file=nova/tests/* --ignore-file=nova/test.py nova - [testenv:bindep] # Do not install any requirements. We want this to be fast and work even if # system dependencies are missing, since it's used to tell you what system