aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/description.md
blob: a5e5fbaab50227c68b70dd5a1cbda33337b615e9 (plain)
1
2
3
4
5
6
7
8
9
10
Before this PR the `coverage_tool` automatically registered by `rules_python`
was visible outside the toolchain repository. This fixes it to be consistent
with `non-bzlmod` setups and ensures that the default `coverage_tool` is not
visible outside the toolchain repos.

This means that the `MODULE.bazel` file can be cleaned-up at the expense of
relaxing the `coverage_tool` attribute for the `python_repository` to be a
simple string as the label would be evaluated within the context of
`rules_python` which may not necessarily resolve correctly without the
`use_repo` statement in our `MODULE.bazel`.