From 652c9696a86ed8c38b9b0497853932fa1717ff11 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Thu, 25 Jan 2024 16:47:37 +0100 Subject: [PATCH] Added HOME env variable to tox testenv This is necessary because some openhift modules search for the $HOME/.kube/config file and fail because they cannot find it. Change-Id: I9ab53ffdc0ac86dd903aa1c5f2b0b52f521c3097 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f4332a52f..9ab79d25d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ passenv = TOBIKO_* TOX_* PYTEST_* + HOME setenv = OS_LOG_CAPTURE = {env:OS_LOG_CAPTURE:true} OS_STDOUT_CAPTURE = {env:OS_STDOUT_CAPTURE:true}