We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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`[^1] do a lot of magic to pass the correct values.
Should nox stay this clean way?
nox
Maybe some more configurable?
include_outer_env: Literal["all", "recommended", "none"]
while recommended will pass a similar list of environment variables like in tox.
recommended
e.g. on my setup I need to set HOME again, otherwise it wouldn't find my .netrc with the credentials for a private pypi repository.
HOME
Originally posted by @Wurstnase in #868 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should
nox
stay this clean way?Maybe some more configurable?
while
recommended
will pass a similar list of environment variables like in tox.e.g. on my setup I need to set
HOME
again, otherwise it wouldn't find my .netrc with the credentials for a private pypi repository.Originally posted by @Wurstnase in #868 (comment)
The text was updated successfully, but these errors were encountered: