ed50e40d05
Currently, it's possible to break our test suite by having an env var set that influences uv, either a `UV_*` var, or something more generic such as the XDG env vars. We previously fixed them env-var-by-env-var as we discovered. By clearing uv-specific env var for subcommands, we can invert this. We intentionally avoid clearing all env vars as some of them, especially on Windows, are system env vars required for basic operations. Notable limitations are that this only affects tests that use `TestContext::add_shared_env` (default, can be opted-out). Fixed #9873
uv-macros
This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.
This version (0.0.14) is a component of uv 0.9.25. The source can be found here.
See uv's crate versioning policy for details on versioning.