Guard against empty pip install by emmatyping · Pull Request #41 · python/pyperformance
Navigation Menu
{{ message }}
python / pyperformance Public
- Notifications You must be signed in to change notification settings
- Fork 202
Closed
Guard against empty pip install#41
emmatyping wants to merge 2 commits intopython:masterfrom
emmatyping:pep10fix
Guard against empty pip install#41
emmatyping wants to merge 2 commits intopython:masterfrom
emmatyping:pep10fix
Conversation
Copy link Copy Markdown
Member
emmatyping
commented
Apr 30, 2018
emmatyping
commented
This avoids calling pip install without a distribution to install (which is an error in pip 10).
Fixes #40.
emmatyping and others added 2 commits
April 29, 2018 18:59
methane
requested a review
from vstinner
Copy link Copy Markdown
Member
methane
commented
May 22, 2018
methane commented
May 22, 2018@vstinner Would you merge this and make a new release?
AnachronicNomad referenced this pull request
Aug 20, 2018Indirect dependencies were used to install cffi, but Mercurial 4.0 doesn't depend on cffi anymore.
Copy link Copy Markdown
Member
vstinner
commented
Oct 16, 2018
vstinner commented
Oct 16, 2018Issue #40 has been fixed differently. This PR is no longer needed.
vstinner
closed this
emmatyping
deleted the
pep10fix
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment