Commits
Click on a commit to change the comparison rangeWarn when using `uv_build` settings without `uv_build`
To help with cases such as https://github.com/astral-sh/uv/issues/15655.
A question is when to show this warning. I've used sources as a proxy as URL dependencies are likely those controlled by the user, and they include workspace and `git clone`d path dependencies.
Fixes #15740 Update crates/uv/tests/it/build_backend.rs
Co-authored-by: Zanie Blue <contact@zanie.dev>