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
This commit is contained in:
Eduardo Olivares 2024-01-25 16:47:37 +01:00
parent d1ed7ca901
commit 652c9696a8
1 changed files with 1 additions and 0 deletions

View File

@ -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}