flake8
passed.
JSHint
passed.
Review Request #13085 — Created May 31, 2023 and submitted
setup.py develop
uses legacy Python eggs andeasy_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 standardsetup.py develop
override that
forces usage ofpip
.
Successfully installed both in development mode.
Summary | ID |
---|---|
a62eb5992e0ffc95e2d8193adeb8f5f7d58f42b8 |
Description | From | Last Updated |
---|---|---|
Maybe change to "Installs the Review Bot extension in developer mode". |
maubin |
Tweaked the docstring summary for the extension's
DevelopCommand
.
Summary | ID | |
---|---|---|
0ba4759c7bd17c8ba2155a20b70c91d410d1bc22 | ||
a62eb5992e0ffc95e2d8193adeb8f5f7d58f42b8 |
Revision 2 (+230)