From b32723ec10e3e8b76e6271c5d8b65c0073e2af46 Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Wed, 27 Dec 2023 07:07:07 -0800 Subject: [PATCH] fix tox in GHA looks like the tox here needs a list --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36a8b91..804dc6c 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,10 @@ envlist = py38 [testenv] basepython = python3.8 deps = -rrequirements-dev.txt -passenv = HOME SSH_AUTH_SOCK USER +passenv = + HOME + SSH_AUTH_SOCK + USER commands = coverage erase coverage run -m pytest {posargs:tests}