uv/scripts/packages
Zanie Blue 278295ef02
Add test cases for `find_uv_bin` (#15110)
Adds test cases to unblock

- https://github.com/astral-sh/uv/pull/14181
- https://github.com/astral-sh/uv/pull/14182
- https://github.com/astral-sh/uv/pull/14184
- https://github.com/astral-sh/uv/pull/14184
- https://github.com/tox-dev/pre-commit-uv/issues/70

We use a package with a symlink to the Python module to get a mock
installation of uv without building (or packaging) the uv binary. This
lets us test real patterns like `uv pip install --prefix` without
encoding logic about where things are placed during those installs.

---------

Co-authored-by: konstin <konstin@mailbox.org>
2025-08-07 07:14:01 -05:00
..
anyio_local Add `extra-build-dependencies` (#14735) 2025-07-30 09:53:07 -05:00
black_editable Editable installs for `uv tool` (#5454) 2024-07-26 16:30:15 -04:00
built-by-uv Match `--bounds` formatting for `uv_build` bounds in `uv init` (#14731) 2025-07-21 09:48:38 +00:00
dependent_locals Consider installed packages during resolution (#2596) 2024-03-28 13:49:17 -05:00
deptry_reproducer Set absolute URLs prior to uploading to PyPI (#5038) 2024-07-13 17:29:21 +00:00
fake-uv Add test cases for `find_uv_bin` (#15110) 2025-08-07 07:14:01 -05:00
flit_editable Use Flit instead of Poetry for uninstall tests (#14285) 2025-06-26 18:09:04 +00:00
hatchling_dynamic Avoid `prepare_metadata_for_build_wheel` calls for Hatch packages with dynamic dependencies (#2645) 2024-03-25 22:26:51 +00:00
hatchling_editable Rename `scripts/editable-installs` to `scripts/packages` (#2644) 2024-03-25 03:56:00 +00:00
keyring_test_plugin Use index URL instead of package URL for keyring credential lookups (#12651) 2025-04-29 16:37:00 -05:00
poetry_editable Move maturin test coverage into CI (#3714) 2024-05-21 19:17:48 +00:00
root_editable Rename `scripts/editable-installs` to `scripts/packages` (#2644) 2024-03-25 03:56:00 +00:00
setup_cfg_editable Rename `scripts/editable-installs` to `scripts/packages` (#2644) 2024-03-25 03:56:00 +00:00
setup_py_editable Rename `scripts/editable-installs` to `scripts/packages` (#2644) 2024-03-25 03:56:00 +00:00
setuptools_editable Rename `scripts/editable-installs` to `scripts/packages` (#2644) 2024-03-25 03:56:00 +00:00
README.md Use prettier to format the documentation (#5708) 2024-08-02 08:58:31 -05:00

README.md

packages

A collection of packages used to test editable installs and bespoke behaviors in packaging setups and definitions.