theoremlp / rules_uv

Bazel rules for running uv
Apache License 2.0
19 stars 7 forks source link

Fix pip_compile_test #33

Closed mark-thm closed 1 month ago

mark-thm commented 2 months ago

Update pip_compile_test to fail on any textual differences in requirements txt output. Prior to this PR, it checked the constraints were satisfied but not that the precise formatting matched. After this PR, any textual output differences will fail the test.