Switch from pip_missing_reqs to pip_check_reqs

The pip_missing_reqs tool is abandoned and now incompatible with
recent versions of pip. It has been supplanted by the pip_check_reqs
tool which provides the same pip-missing-reqs entrypoint (plus some
others), effectively renamed.

This is the same as https://review.openstack.org/#/c/453208/ and
the commit message above is copied here.

Change-Id: Ibd02fda9c3f96034c96c7bf4abb9248219e0662c
This commit is contained in:
Yaguo Zhou 2018-02-14 16:24:01 +08:00
parent 6e5b198562
commit 42f5e1fe8c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ local-check-factory = oslo_messaging.hacking.checks.factory
# determining missing packages
# this also means that pip-missing-reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
deps = pip_check_reqs
commands = pip-missing-reqs -d --ignore-module=oslo_messaging* --ignore-file=oslo_messaging/tests/* --ignore-file=tests/ oslo_messaging
[testenv:releasenotes]