0
0
mirror of https://github.com/google/googletest.git synced 2025-03-20 10:53:47 +00:00
Derek Mauro 075196ca06
Remove auto-detection of Python toolchain from MODULE.bazel (#4582)
since it affects downstream users

The correct solution appears to be
https://rules-python.readthedocs.io/en/stable/toolchains.html#library-modules-with-dev-only-python-usage

This change also includes a workaround for the new mechanism creating
paths that are too long for Windows to handle.

Backport of 3e3b44c300b21eb996a2957782421bc0f157af18
2024-07-30 20:25:53 -04:00
..