Make functional-py37 job work like others

The functional-* jobs have specific dependencies (external
placement) which need to be present in the job. When the
functional-py37 was created it conflicted with that change
but since it is not yet run in the gate, we didn't notice.

Also, because the functional jobs use the tox-siblings
functionality in the gate, the tox name and tox env have to
be the same (that's just how tox-siblings works), so that
is fixed here too.

Change-Id: I51e60a3149d653753ec4fc9d62a8c670e6eaf96e
This commit is contained in:
Chris Dent 2019-01-14 17:22:35 +00:00
parent da98f4ba45
commit 01af1343f6
1 changed files with 1 additions and 1 deletions

View File

@ -127,8 +127,8 @@ commands =
[testenv:functional-py37]
basepython = python3.7
envdir = {toxworkdir}/py37
setenv = {[testenv]setenv}
deps = {[testenv:functional]deps}
commands =
{[testenv:functional]commands}