In 1.15.0 of googletest, when using Bzlmod and rules_python to register a toolchain, this line in googletest's MODULE.bazel interferes with any other subsequently registered toolchains. This is consistent with this disclaimer:
IMPORTANT: this should only be done in a root module, and may intefere with the toolchains rules_python registers.
Given that this makes googletest impossible to use in a repository with both C++ and Python, it would be great to see this line removed.
Describe the issue
Forgive me if this has already been reported.
In 1.15.0 of googletest, when using Bzlmod and rules_python to register a toolchain, this line in googletest's MODULE.bazel interferes with any other subsequently registered toolchains. This is consistent with this disclaimer:
Given that this makes googletest impossible to use in a repository with both C++ and Python, it would be great to see this line removed.
Steps to reproduce the problem
What version of GoogleTest are you using?
1.15.0
What operating system and version are you using?
macOS 14.5
What compiler and version are you using?
python
What build system are you using?
N/A
Additional context
No response