cp210x-program icon indicating copy to clipboard operation
cp210x-program copied to clipboard

Fix tox.ini passenv values

Open crvux opened this issue 2 years ago • 0 comments

When you try to read with tox 4.11.1 (tox -e read) it generates error:

read: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'CI PYTHON PYTHONIOENCODING'

This commit splits by lines passenv values and thus avoids the error.

crvux avatar Oct 26 '23 18:10 crvux