-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
[WIP] Add support for file based --extra-index-url to pip-sync #951
Conversation
Both --index-url and --extra-index-urls can now be used in the requirements.txt file.
Codecov Report
@@ Coverage Diff @@
## master #951 +/- ##
==========================================
+ Coverage 99.1% 99.11% +0.01%
==========================================
Files 35 35
Lines 2336 2377 +41
Branches 301 307 +6
==========================================
+ Hits 2315 2356 +41
Misses 13 13
Partials 8 8
Continue to review full report at Codecov.
|
Sorry, accidentally closed PR :( |
Guess I should have been more careful about what PR to update. :[ Probably ought to just close these if #824 does it all I guess. |
Superseded by #824. |
Any
--extra-index-url
that are added inside therequirements.txt
file are ignored. This change makes sure they are honoured.This is a catchup for #674
Changelog-friendly one-liner: Added support for --extra-index-urls options inside requirements.txt files
Contributor checklist