Merge "Fix tox 'bindep' environment"

This commit is contained in:
Zuul 2020-01-16 02:24:53 +00:00 committed by Gerrit Code Review
commit fa85b6507b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ commands = bandit-baseline -r cinder -n5 -x cinder/tests/* -ii -ll
# explicitly to avoid unnecessarily installing the checked-out repo too (this
# further relies on "tox.skipsdist = True" above).
deps = bindep
commands = bindep test
commands = bindep {posargs}
usedevelop = False
[flake8]