uv lock --no-build
fails when no build backend is specified in root package
#9776
Labels
bug
Something isn't working
uv lock --no-build
fails when no build backend is specified. This is a false positive, since we never build the package when locking:pyproject.toml
The metadata in this package is static, we should skip the build, and indeed the lock messages (
-v
) don't show any build from happening. This can be verified by adding a bogus build backend to pyproject.toml, now the locking passes even with--no-build
:The text was updated successfully, but these errors were encountered: