Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix passing multiple values in testenv.passenv in tox.ini #399

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

musicinmybrain
Copy link
Contributor

Current versions of tox advise: pass_env values cannot contain whitespace, use comma to have multiple values in a single line

Issue #, if available:
Fixes #398.

Description of changes:

Separates testenv.passenv entries with commas rather than spaces in tox.ini.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Current versions of tox advise: pass_env values cannot contain
whitespace, use comma to have multiple values in a single line

Fixes aws#398.
@srprash
Copy link
Contributor

srprash commented Oct 16, 2023

Failure is unrelated to this change. Approving.
Thanks @musicinmybrain for contributing.

@srprash srprash merged commit 9d27fe2 into aws:master Oct 16, 2023
6 of 10 checks passed
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.

Current tox versions do not like how testenv.passenv is set
2 participants