-
-
Notifications
You must be signed in to change notification settings - Fork 638
Open
Description
🚀 feature request
Relevant Rules
The lock rule from @rules_python//python/uv:lock.bzl
Description
I would like the lock rule to generate a test target ensuring the src/srcs and out are consistent, like pip_compile does it.
The documentation makes it transparent that such a test target does not exist and provides a hint how to implement such a test.
The documentation does however not state if dropping this feature in comparison to pip_compile solves a problem or was simply not yet done due to a lack of time.
Before doing this locally with a convenience macro in my own projects, I wanted to clarify first if this was not implemented due to a specific reason.
Assuming you are fine with this feature request, I think I might find the time to create a contribution for this.