Ignas Anikevicius
Ignas Anikevicius
FYI, https://github.com/bazelbuild/rules_python/issues/1765 could be fixed if we start supporting the `lock` macro.
FYI, I had some issues with the auto-discovery when trying to download the `dist-manifest.json` from an internal mirror. The code [here](https://github.com/bazel-contrib/rules_python/blob/main/python/uv/private/uv.bzl#L435) should ensure that the credentials from `.netrc` are appropriately...
FYI, regarding the `dist-manifest.json` parsing, the `.sha256` URL in the manifest may not work with the bazel-downloader configuration and downloads from github being blocked. As mentioned previously, the workaround is...
You can also use single_version_override and apply this PR as a patch to unblock your move to bazel 7, etc. On 5 July 2024 08:16:00 GMT+09:00, "Jonathan Giroux (Koltes)" ***@***.***>...
I think this is the same issue that I saw below: I found this when working on an [unrelated change][coverage]. This means that technically, a `root` module could break the...
To be honest, I think that the best way to fix this would be to exclude the test from being executed when running `bazel coverage`. There is a way to...
I am only suggesting we do this for the `requirements.test` that is documented in the first post of the issue. @kilian-funk-wayve, are you experiencing this with regular tests? If that...
I have a [branch] and it seems that using the `canonical_id` does not yield any significant benefits for large requirements files. I saw that the biggest easy wins are achieved...
Closing this issue as docs in general can be always improved and this will be part of #260.
Since the comparison is happening in Python, that could be doable, however, this would deviate from `rules_uv` because it is not dropping comments. However, the fact that your `requirements.txt` has...