uv/crates/uv-resolver
Charlie Marsh 5ae5980c88
Add support for --no-build-isolation (#2258)
## Summary

This PR adds support for pip's `--no-build-isolation`. When enabled,
build requirements won't be installed during PEP 517-style builds, but
the source environment _will_ be used when executing the build steps
themselves.

Closes https://github.com/astral-sh/uv/issues/1715.
2024-03-07 14:04:02 +00:00
..
src Make direct dependency detection respect markers (#2207) 2024-03-05 17:25:06 +00:00
tests Add support for --no-build-isolation (#2258) 2024-03-07 14:04:02 +00:00
Cargo.toml Bump insta from 1.35.1 to 1.36.1 (#2180) 2024-03-04 23:01:49 +00:00