mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
bd6d289cc4
## Summary Prior to this change, the Python download cache was omitted from the list of current cache buckets. As a result, `uv cache prune` treated `python-v0` as obsolete and removed it. This PR includes the Python bucket in pruning's allowlist and adds regression coverage that confirms cached downloads remain in place. ## Test plan - `cargo test -p uv --test build cache_prune::prune_python_downloads -- --exact` --------- Co-authored-by: Zanie Blue <contact@zanie.dev>