cleanup: upgrade to rules_python 0.22.0

This is to get the fix that allows configuring pip to use the same
version of Python as the rules use.
2 files changed
tree: d2a360842312411bf342466179ff14eb7f91a8e8
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. docgen/
  5. docs/
  6. e2e/
  7. lib/
  8. tests/
  9. .bazelignore
  10. .bazelrc
  11. .gitignore
  12. .readthedocs.yaml
  13. addlicense.sh
  14. AUTHORS
  15. BUILD
  16. CODEOWNERS
  17. CONTRIBUTING.md
  18. dev_extension.bzl
  19. LICENSE
  20. MODULE.bazel
  21. README.md
  22. RELEASING.md
  23. WORKSPACE.bazel
  24. WORKSPACE.bzlmod
README.md

Buildstatus

Framworks and utilities for testing Bazel Starlark rules

rules_testing provides frameworks and utilities to make testing Starlark rules easier and convenient.

For detailed docs, see the docs directory.