Add --no-build-isolation to development `pip install` commands.

Review Request #14261 — Created Dec. 4, 2024 and discarded — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

When rebuilding my virtualenvs, modern pip causes setup.py develop to
break. While we eventually are going to transition away from setup.py
for Review Board, for the moment we still need it.

This change adds --no-build-isolation to our pip install commands
run by setup.py.

Was able to create my new envs.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add --no-build-isolation to development `pip install` commands.
When rebuilding my virtualenvs, modern pip causes `setup.py develop` to break. While we eventually are going to transition away from setup.py for Review Board, for the moment we still need it. This change adds `--no-build-isolation` to our `pip install` commands run by setup.py. Testing Done: Was able to create my new envs.
3eb894ce7aaa4fd44fb85c61e6c43903edc1268b David Trowbridge

Files

setup.py
Loading...