Merge "Remove stale pip-missing-reqs tox test"
This commit is contained in:
commit
1ca6ab6ffa
8
tox.ini
8
tox.ini
@ -164,14 +164,6 @@ max-complexity=30
|
||||
local-check-factory = cinder.hacking.checks.factory
|
||||
import_exceptions = cinder.i18n
|
||||
|
||||
[testenv:pip-missing-reqs]
|
||||
# do not install test-requirements as that will pollute the virtualenv for
|
||||
# determining missing packages
|
||||
# this also means that pip-missing-reqs must be installed separately, outside
|
||||
# of the requirements.txt files
|
||||
deps = pip_check_reqs>=2.0.1
|
||||
commands = pip-missing-reqs -d --ignore-file=cinder/tests/* cinder
|
||||
|
||||
[testenv:lower-constraints]
|
||||
basepython = python3
|
||||
deps =
|
||||
|
Loading…
Reference in New Issue
Block a user