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

tox.ini: passenv should be comma-separated, not space-separated #822

Merged
merged 1 commit into from
Apr 30, 2023

Conversation

jelly
Copy link
Contributor

@jelly jelly commented Apr 30, 2023

Describe the changes

[jelle@⬢ python311][~/projects/pyfakefs]%HOME=1 USERPROFILE=2 tox -e py311
py311: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'HOME USERPROFILE'
  py311: FAIL code 1 (0.00 seconds)
  evaluation failed :( (0.03 seconds)

See: tox-dev/tox#2658

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing
  • For documentation changes: The Read the Docs preview builds and looks as expected

Copy link
Member

@mrbean-bremen mrbean-bremen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mrbean-bremen mrbean-bremen merged commit 99e9fdc into pytest-dev:main Apr 30, 2023
59 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.

None yet

2 participants