Files
CLI-Anything/.github
陈家名 f5ae8362c0 fix: skip pip --editable option value in registry date updater (#368)
`-e`/`--editable` consumes a path argument in `pip install`, but was not
listed in `PIP_OPTIONS_WITH_VALUES`. As a result `_extract_pypi_package`
returned the editable path (e.g. `.` or `./local/pkg`) instead of the
real package, causing a wasted/incorrect PyPI lookup.

Add `-e` and `--editable` to the option set so the path argument is
skipped, matching how the other value-taking pip options are handled.
Add regression tests for `pip install -e ./local/pkg py4csr` and
`pip install -e .`.
2026-07-09 20:04:45 +08:00
..
2026-04-07 17:01:44 +00:00
2026-04-29 11:08:16 +00:00
2026-04-29 12:00:19 +00:00