aboutsummaryrefslogtreecommitdiff
path: root/tests/ignore_root_user_error/README.md
blob: 47da5eb9ad15c0d50e3cabd177b7e1366b5fe393 (plain)
1
2
# 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.