You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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
0 commit comments