aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/ignore_root_user_error/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/ignore_root_user_error/README.md')
-rw-r--r--tests/integration/ignore_root_user_error/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/ignore_root_user_error/README.md b/tests/integration/ignore_root_user_error/README.md
new file mode 100644
index 0000000..47da5eb
--- /dev/null
+++ b/tests/integration/ignore_root_user_error/README.md
@@ -0,0 +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. \ No newline at end of file