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
This commit is contained in:
parent
c15a0139af
commit
35759d5e4b
8
tox.ini
8
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user