From d5777636974721e2367b0dd2f4bb20b6f4bf6f15 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 3 Oct 2017 12:41:40 -0500 Subject: [PATCH] Add TODO note about reworking fetch-tox-output The previous patch is a temporary workaround to unbreak some post jobs. Defaulting this to venv is not the right way to handle that. Change-Id: I275ca1fcb996514f6ef0f4ac990b0daa3f0e6f68 --- roles/fetch-tox-output/defaults/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/fetch-tox-output/defaults/main.yaml b/roles/fetch-tox-output/defaults/main.yaml index f0ca584c3..dddc1c877 100644 --- a/roles/fetch-tox-output/defaults/main.yaml +++ b/roles/fetch-tox-output/defaults/main.yaml @@ -1,4 +1,6 @@ --- +# TODO(mordred) This needs to switch back to not being venv - venv is OpenStack +# specific. tox_envlist: venv tox_executable: tox