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

Add support for file based --extra-index-urls to pip-sync #674

Closed
wants to merge 1 commit into from

Conversation

willhardy
Copy link

Any --extra-index-urls that are added inside the requirements.txt file are ignored. This change makes sure they are honoured.

Changelog-friendly one-liner: Added support for --extra-index-urls options inside requirements.txt files

Contributor checklist
  • Provided the tests for the changes
  • Requested (or received) a review from another contributor
  • Gave a clear one-line description in the PR (that the maintainers can add to CHANGELOG.md afterwards).

Both --index-url and --extra-index-urls can now be used in the
requirements.txt file.
@willhardy
Copy link
Author

This should address #638.

@atugushev
Copy link
Member

Superseded by #824.

@atugushev atugushev closed this Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to functionality needs rebase Need to rebase or merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants