mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-21 19:14:12 +00:00
![]() <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Fix WindowsRunnable::from_script_path to correctly append extensions instead of replacing them when resolving executable paths. This resolves https://github.com/astral-sh/uv/issues/15165#issue-3304086689. - Add add_extension_to_path helper that appends extensions properly - Update extension resolution to use the new helper - Add tests ## Test Plan Added unit tests for the new and existing functionality that the change touches. Tested manually locally on Windows. <!-- How was it tested? --> --------- Co-authored-by: Zanie Blue <contact@zanie.dev> |
||
---|---|---|
.. | ||
anyio_local | ||
black_editable | ||
built-by-uv | ||
dependent_locals | ||
deptry_reproducer | ||
fake-uv | ||
flit_editable | ||
hatchling_dynamic | ||
hatchling_editable | ||
keyring_test_plugin | ||
package.name.with.dots | ||
poetry_editable | ||
root_editable | ||
setup_cfg_editable | ||
setup_py_editable | ||
setuptools_editable | ||
README.md |
packages
A collection of packages used to test editable installs and bespoke behaviors in packaging setups and definitions.