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

env: do not modify os.environ #3846

Merged
merged 2 commits into from
Mar 27, 2021
Merged

Conversation

abn
Copy link
Member

@abn abn commented Mar 27, 2021

Replace updates of os.environ with explcit passing of env to
subprocess calls.

Resolves: #3199
Forwardport-of: #3253

Replace updates of os.environ with explcit passing of `env` to
subprocess calls.

Relates-to: python-poetry#3199
@abn abn requested a review from a team March 27, 2021 20:29
@abn abn merged commit b21dd14 into python-poetry:master Mar 27, 2021
@abn abn deleted the forwardports/issue3199 branch March 27, 2021 20:53
@max-wittig
Copy link

Thanks for this awesome fix! Then we can finally use the new installer and could finally get rid of this line:

poetry config experimental.new-installer false

Is a bugfix release planned in the next weeks?

Thanks for the work, you're doing!

Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poetry install fails on KeyError even for defined environment variables
3 participants