SERVER-111463 Force codeowners to use bazel installed python (#41814)

GitOrigin-RevId: 051312d4b760c400dbbd3a184254ccb41211ad98
This commit is contained in:
Daniel Moody 2025-09-25 10:17:10 -05:00 committed by MongoDB Bot
parent bf843f32c1
commit 21cd71cde5
1 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,9 @@ poetry(
name = "poetry_bazel_rules_mongo",
lockfile = "@bazel_rules_mongo//:poetry.lock",
pyproject = "@bazel_rules_mongo//:pyproject.toml",
python_interpreter_target_default = "@py_host//:dist/bin/python3",
python_interpreter_target_mac = "@py_host//:dist/bin/python3",
python_interpreter_target_win = "@py_host//:dist/python.exe",
)
load("//bazel/format:shfmt.bzl", "shfmt")