Skip to content

fix(tox): use comma-separated values in passenv#11

Open
armorbreak001 wants to merge 1 commit intoHekstra-Lab:mainfrom
armorbreak001:fix/tox-passenv-comma-separation
Open

fix(tox): use comma-separated values in passenv#11
armorbreak001 wants to merge 1 commit intoHekstra-Lab:mainfrom
armorbreak001:fix/tox-passenv-comma-separation

Conversation

@armorbreak001
Copy link
Copy Markdown

The passenv directive in tox.ini uses space-separated values, but tox requires comma-separated values for multiple environment variables.

This causes all CI jobs to fail with:

pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'CI GITHUB_ACTIONS DISPLAY XAUTHORITY'

Fix: replace spaces with commas in the passenv line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant