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 pip.exe upgrade pip fails on Windows #6928

Merged
merged 3 commits into from
Sep 7, 2019

Conversation

atugushev
Copy link
Contributor

Closes #6924.

It fails if it already satisfies the requirement, when
pip has been modifying via `pip.exe install ...` command.
news/6924.bugfix Outdated Show resolved Hide resolved
Update news entry.
@pradyunsg
Copy link
Member

I hate the resolver modifying things in-place. :(

@pradyunsg pradyunsg merged commit a39e881 into pypa:master Sep 7, 2019
@atugushev atugushev deleted the fix-issue-6924 branch September 7, 2019 08:51
@atugushev
Copy link
Contributor Author

Thanks for reviewing this @pradyunsg @xavfernandez @chrahunt 👍

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Oct 7, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade pip using pip.exe raises an error if the requirement already satisfied
4 participants