• Home
Name Date Size #Lines LOC

..--

submodule/04-Jul-2025-107

.bazelrcD04-Jul-2025237 86

.gitignoreD04-Jul-20258 21

BUILD.bazelD04-Jul-20251.1 KiB3329

MODULE.bazelD04-Jul-2025493 2117

README.mdD04-Jul-2025259 22

WORKSPACED04-Jul-2025836 3022

bzlmod_test.pyD04-Jul-20251.4 KiB4119

foo_test.pyD04-Jul-2025602 140

README.md

1# ignore_root_user_errors
2There 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.