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 install-dev make target with new pip versions #6722

Merged

Conversation

ulope
Copy link
Collaborator

@ulope ulope commented Dec 7, 2020

Description

pip >= 20.3 is using a new resolver that no longer accepts extras in constraints files.

In the install-dev task we used to pass our requirements-dev.txt file verbatim as a constraints file to ensure additional local developer tools (via requirerments-local.txt) don't cause breakage.

For now pre-process the requirements file with sed to remove extras.
See: pypa/pip#9209

`pip >= 20.3` is using a new resolver that no longer accepts extras in
constraints files.

In the `install-dev` task we used to pass our requirements-dev.txt file
verbatim as a constraints file to ensure additional local developer
tools (via `requirerments-local.txt`) don't cause breakage.

For now pre-process the requirements file with sed to remove extras.
See: pypa/pip#9209
@ulope ulope added Component / Tooling Issues that benefit from external tooling Type / Bug labels Dec 7, 2020
@eorituz eorituz merged commit 16014b6 into raiden-network:develop Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component / Tooling Issues that benefit from external tooling Type / Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants