Skip to content

Comments

env: do not modify os.environ#3846

Merged
abn merged 2 commits intopython-poetry:masterfrom
abn:forwardports/issue3199
Mar 27, 2021
Merged

env: do not modify os.environ#3846
abn merged 2 commits intopython-poetry:masterfrom
abn:forwardports/issue3199

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 force-pushed the forwardports/issue3199 branch from 4a85cf4 to 26a260a Compare March 27, 2021 20:41
@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!

@github-actions
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