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 requirements file with editable flag for vcs requirements #124

Merged
merged 1 commit into from
Apr 16, 2018

Conversation

mmulich
Copy link
Contributor

@mmulich mmulich commented Apr 16, 2018

The release of pip==10.0.0 changed some behavior with our requirements.txt files. In this case the fault is on us and partially on the new release. The requirements lines that point at git repos aren't prefixed with -e, which makes them editable installs and thus reinstallable. The new release is at fault for raising an error rather than saying something to the effect of "the requirement is satisfied and won't upgrade."

See pypa/pip#5251

@mmulich mmulich requested a review from reedstrm April 16, 2018 22:09
@codecov
Copy link

codecov bot commented Apr 16, 2018

Codecov Report

Merging #124 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   89.46%   89.46%           
=======================================
  Files          14       14           
  Lines         750      750           
=======================================
  Hits          671      671           
  Misses         79       79

@reedstrm reedstrm merged commit d06279e into master Apr 16, 2018
@reedstrm reedstrm deleted the fix-requirements branch April 16, 2018 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants