tree: 378d6b9ab464d857d8c582316d5c15b6e235994d [path history] [tgz]
  1. .bazelrc
  2. .gitignore
  3. BUILD.bazel
  4. foo_test.py
  5. README.md
  6. WORKSPACE
tests/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.