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
This commit is contained in:
parent
b2185d5b65
commit
7c9139ccd4
2
tox.ini
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user