Stop upgrading pip/setuptools on install.

Review Request #12719 — Created Nov. 10, 2022 and submitted

Information

Djblets
release-2.x

Reviewers

We also no longer upgrade pip and setuptools. This used to be needed
back when these were heavily transitioning to modern packaging
capabilities in the Python 2 era. Nowadays they do more harm than good,
particularly with some pip bugs that can remove incorrect versions of
the pipX.Y scripts.

Successfully installed packages in a brand-new development environment.

Summary ID
Stop upgrading pip/setuptools on install.
We also no longer upgrade `pip` and `setuptools`. This used to be needed back when these were heavily transitioning to modern packaging capabilities in the Python 2 era. Nowadays they do more harm than good, particularly with some `pip` bugs that can remove incorrect versions of the `pipX.Y` scripts.
db225f47bd2a0923b1a7ef63762e7cbcee09556f
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (6cfdc16)
Loading...