From 01af1343f601d51a02c362a157adb8feb6dde65c Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 14 Jan 2019 17:22:35 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9921284454ac..f718bd976fb5 100644 --- a/tox.ini +++ b/tox.ini @@ -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}