Skip to content

Commit 6cc4054

Browse files
committed
tests: don't propagage inner py_binary env to outer sh_test
1 parent 466da1d commit 6cc4054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/support/sh_py_run_test.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def _py_reconfig_impl(ctx):
8686
default_info.default_runfiles,
8787
),
8888
),
89-
# Inherit the expanded environment from the inner target.
90-
ctx.attr.target[RunEnvironmentInfo],
9189
]
9290

9391
def _make_reconfig_rule(**kwargs):

0 commit comments

Comments
 (0)