-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Drop parallelization in pip list
#8167
Conversation
Where should we discuss multithreading in the (near) future, a new ticket or in GH-8162? |
@McSinyx In my view, it should be a new issue, probably entitled something like "Should pip support platforms that don't include threading?" And in the summary, explain that we have various proposals for using multithreading to speed up pip (mention the That should make for a lively debate 🙂 |
70597d6
to
d812fc2
Compare
CI is happy with this change. I am happy with this change. Could I get a review so that I don't feel guilty about merging this without approving reviews? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ask, and ye shall receive 🙂
126: Update pip to 20.1.1 r=duckinator a=pyup-bot This PR updates [pip](https://pypi.org/project/pip) from **20.1** to **20.1.1**. <details> <summary>Changelog</summary> ### 20.1.1 ``` =================== Deprecations and Removals ------------------------- - Revert building of local directories in place, restoring the pre-20.1 behaviour of copying to a temporary directory. (`7555 <https://github.com/pypa/pip/issues/7555>`_) - Drop parallelization from ``pip list --outdated``. (`8167 <https://github.com/pypa/pip/issues/8167>`_) Bug Fixes --------- - Fix metadata permission issues when umask has the executable bit set. (`8164 <https://github.com/pypa/pip/issues/8164>`_) - Avoid unnecessary message about the wheel package not being installed when a wheel would not have been built. Additionally, clarify the message. (`8178 <https://github.com/pypa/pip/issues/8178>`_) ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/pip - Changelog: https://pyup.io/changelogs/pip/ - Homepage: https://pip.pypa.io/ </details> Co-authored-by: pyup-bot <github-bot@pyup.io>
Closes #8161
Supercedes and closes #8162
Reverts the main change in #7962