Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install-dev make target with new pip versions
`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
- Loading branch information