Skip to content

Commit d876f13

Browse files
committed
fix bug after merge
1 parent df43944 commit d876f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/support/sh_py_run_test.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ _py_reconfig_test = _make_reconfig_rule(test = True)
128128

129129
def _py_reconfig_executable(*, name, py_reconfig_rule, py_inner_rule, **kwargs):
130130
reconfig_only_kwarg_names = [
131+
# keep sorted
131132
"bootstrap_impl",
133+
"build_python_zip",
132134
"extra_toolchains",
133135
"python_version",
134136
"relative_venv_symlinks",

0 commit comments

Comments
 (0)