Skip to content

Commit ca8a5b1

Browse files
committed
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
1 parent 13988e4 commit ca8a5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
py3{6,7,8,9}-functional
55

66
[testenv]
7-
passenv = TOXENV CI TRAVIS TRAVIS_*
7+
passenv = TOXENV,CI,TRAVIS,TRAVIS_*
88
usedevelop = True
99
install_command = pip install -U {opts} {packages}
1010
deps = -r{toxinidir}/test-requirements.txt

0 commit comments

Comments
 (0)