mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
![]() ## Summary There are a few behavior changes in here: - We now enforce `--require-hashes` for editables, like pip. So if you use `--require-hashes` with an editable requirement, we'll reject it. I could change this if it seems off. - We now treat source tree requirements, editable or not (e.g., both `-e ./black` and `./black`) as if `--refresh` is always enabled. This doesn't mean that we _always_ rebuild them; but if you pass `--reinstall`, then yes, we always rebuild them. I think this is an improvement and is close to how editables work today. Closes #3844. Closes #2695. |
||
---|---|---|
.. | ||
anyio_local | ||
black_editable | ||
dependent_locals | ||
deptry_reproducer | ||
hatchling_dynamic | ||
hatchling_editable | ||
keyring_test_plugin | ||
poetry_editable | ||
root_editable | ||
setup_cfg_editable | ||
setup_py_editable | ||
setuptools_editable | ||
README |
# packages A collection of packages used to test editable installs and bespoke behaviors in packaging setups and definitions.