From 42f5e1fe8cc4b459ca99a124d8a6a1d334bd9bd9 Mon Sep 17 00:00:00 2001 From: Yaguo Zhou Date: Wed, 14 Feb 2018 16:24:01 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 03d01c295..70666a2f9 100644 --- a/tox.ini +++ b/tox.ini @@ -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]