From ca8a5b1432fdb26266051b20b1b411923f780c37 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Tue, 24 Jan 2023 23:06:47 +0000 Subject: [PATCH] Fixed issue: pass_env values cannot contain whitespace, use comma to have multiple values in a single line https://github.com/kubernetes-client/python/actions/runs/4001147429/jobs/6867090020 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a6bdac13c..b4657af698 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = py3{6,7,8,9}-functional [testenv] -passenv = TOXENV CI TRAVIS TRAVIS_* +passenv = TOXENV,CI,TRAVIS,TRAVIS_* usedevelop = True install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/test-requirements.txt