tree: 105613b9b71ba22e99c5857f23150aa4ba8b1933 [path history] [tgz]
  1. submodule/
  2. .bazelrc
  3. .gitignore
  4. BUILD.bazel
  5. bzlmod_test.py
  6. foo_test.py
  7. MODULE.bazel
  8. README.md
  9. WORKSPACE
tests/integration/ignore_root_user_error/README.md

ignore_root_user_errors

There are cases when we have to run Python targets with root, e.g., in Docker containers, requiring setting ignore_root_user_error = True when registering Python toolchain. This test makes sure that rules_python works in this case.