Skip to content

Commit 54710cb

Browse files
committed
Prefix bootstrap file to prevent pytest reentrance
1 parent 654b4d5 commit 54710cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/common/py_executable_bazel.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def _create_stage2_bootstrap(
330330
imports,
331331
runtime_details):
332332
output = ctx.actions.declare_file(
333-
"{}_stage2_bootstrap.py".format(output_prefix),
333+
"_{}_stage2_bootstrap.py".format(output_prefix),
334334
sibling = output_sibling,
335335
)
336336
runtime = runtime_details.effective_runtime

0 commit comments

Comments
 (0)