Fix tox 'bindep' environment

tox.ini is hard-coded to always use the 'test' profile for bindep;
instead, let tox get the profile from the posargs

Closes-bug: #1841836
Change-Id: I24bfb313cf28b20037f5f9aea9417bc8371bfd91
This commit is contained in:
Brian Rosmaita 2019-08-28 15:13:12 -04:00
parent 68faaeb665
commit a8ee3a1b00
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,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]