Update Review Bot to always use pip for developer mode.

Review Request #13085 — Created May 31, 2023 and submitted — Latest diff uploaded

Information

ReviewBot
release-3.x

Reviewers

setup.py develop uses legacy Python eggs and easy_install behavior,
which makes it very difficult to test modern compatibility with
packages, and causes headaches in CI.

To keep things manageable until we eventually move to pyproject.toml,
this change brings over our standard setup.py develop override that
forces usage of pip.

Successfully installed both in development mode.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Update Review Bot to always use pip for developer mode.
`setup.py develop` uses legacy Python eggs and `easy_install` behavior, which makes it very difficult to test modern compatibility with packages, and causes headaches in CI. To keep things manageable until we eventually move to `pyproject.toml`, this change brings over our standard `setup.py develop` override that forces usage of `pip`.
a62eb5992e0ffc95e2d8193adeb8f5f7d58f42b8 Christian Hammond
bot/setup.py
extension/setup.py
Loading...