bazelbuild / rules_python

Bazel Python Rules
https://rules-python.readthedocs.io
Apache License 2.0
538 stars 542 forks source link

tests: make some tests compatible with Bazel 9 fix various tests relying on Bazel builtin providers existing #2433

Closed rickeylev closed 4 days ago

rickeylev commented 4 days ago

In Bazel 9, the builtin symbols don't exist. This fixes some tests that fail when those symbols are missing.