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