Page MenuHomeSoftware Heritage

bib/install: disable pip self ugprade
ClosedPublic

Authored by zack on Oct 15 2021, 10:20 AM.

Details

Summary

This is both a temporary fix for https://github.com/pypa/pip/issues/10573 ,
which currently breaks entirely our developer seutp, and also a saner approach
to future pip breakages.

As part of this, refactor a bit pip invocation in bin/install to have flags and
invocation logic in a single place.

Diff Detail

Repository
rDENV Development environment
Branch
bug/no-pip-autoupgrade
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 24450
Build 38154: arc lint + arc unit

Event Timeline

zack requested review of this revision.Oct 15 2021, 10:20 AM
This revision is now accepted and ready to land.Oct 15 2021, 10:21 AM

There is a typo in commit message: s/bib/bin/.

This revision was automatically updated to reflect the committed changes.

There is a typo in commit message: s/bib/bin/.

oops! I landed it without notice this :(