From 7c9139ccd443c712b608c3fd5ec4829ea83a9473 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 8 Aug 2016 16:24:34 -0400 Subject: [PATCH] Fix tox pip-missing-reqs tox -e pip-missing-reqs was failing due to a bug in pip_missing_reqs. The fixed package has also been renamed to pip_check_reqs as of version 2.0. Change-Id: If91b979fedac8de5c611a87b900a2bcdb80d58b3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f85ccd5273..11ef3a2b534 100644 --- a/tox.ini +++ b/tox.ini @@ -134,5 +134,5 @@ import_exceptions = cinder.i18n # 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>=2.0.1 commands = pip-missing-reqs -d --ignore-file=cinder/tests/* cinder