HomeSoftware Heritage

bin/install: Temporarily pin pip to < 21.3

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

bin/install: Temporarily pin pip to < 21.3

pip 21.3 added support to editable installs for projects that have a
pyproject.toml and use a build backend that supports PEP 660, but mypy
does not detect yet such editable installs and following errors are
reported when type checking swh modules:

Cannot find implementation or library stub for module named swh...

So temporarily pin pip until mypy properly supports PEP 660 editable
installs.

Details

Provenance
anlambertAuthored on Aug 17 2022, 5:27 PM
anlambertPushed on Aug 18 2022, 11:47 AM
Differential Revision
D8249: bin/install: Temporarily pin pip to < 21.3

Commit No Longer Exists

This commit no longer exists in the repository.