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.

Commits

Files

    Loading...