summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaguo Zhou <zhouyaguo@gmail.com>2018-02-14 16:24:01 +0800
committerYaguo Zhou <zhouyaguo@gmail.com>2018-02-14 17:08:46 +0800
commit42f5e1fe8cc4b459ca99a124d8a6a1d334bd9bd9 (patch)
treef24ee5f82eab4ea1256e283799c1251b328638e4
parent6e5b19856282fd6f829236ff4fa464793155e614 (diff)
downloadoslo-messaging-42f5e1fe8cc4b459ca99a124d8a6a1d334bd9bd9.tar.gz
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
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 03d01c2..70666a2 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]