Merge "Fix tox 'bindep' environment"

This commit is contained in:
Zuul 2019-12-11 00:00:57 +00:00 committed by Gerrit Code Review
commit 8ae933a200

View File

@ -127,7 +127,7 @@ basepython = python3
# 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
[testenv:lower-constraints]