Files
zaniebot bd6d289cc4 Preserve cached Python downloads during cache pruning (#19795)
## 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>
2026-06-11 17:02:22 +00:00
..