Remove stale pip-missing-reqs tox test.
pip_check_reqs tool is no longer maintained and has broken with release 10 of pip Change-Id: Ic4b42ed54d4d276c65ad2fa37f316c43d9c71ffb
This commit is contained in:
parent
2b55d6c160
commit
f08cd5534f
13
tox.ini
13
tox.ini
@ -120,19 +120,6 @@ import_exceptions =
|
||||
six.moves
|
||||
local-check-factory = oslo_messaging.hacking.checks.factory
|
||||
|
||||
[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.
|
||||
# Ignore optional driver components for now (see https://review.openstack.org/#/c/525319/)
|
||||
deps = pip_check_reqs
|
||||
commands = pip-missing-reqs -d --ignore-module=oslo_messaging* \
|
||||
--ignore-file=oslo_messaging/tests/* \
|
||||
--ignore-file=oslo_messaging/_drivers/zmq_driver/* \
|
||||
--ignore-file=oslo_messaging/_drivers/impl_kafka.py \
|
||||
--ignore-file=tests/ oslo_messaging
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user