mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 23:10:11 -05:00
Addresses report in https://github.com/astral-sh/uv/issues/1444 where a
temporary directory is created outside of the cache directory or current
virtual environment.
There is one additional usage of bare `tempdir` outside of tests we may
want to change:
2586f655bb/crates/install-wheel-rs/src/wheel.rs (L567)