Skip to content

Commit ee640e8

Browse files
committed
note why relative venv symlinks is used on test
1 parent 37ea442 commit ee640e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/packaging/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ py_reconfig_test(
2929
srcs = ["bin.py"],
3030
bootstrap_impl = "script",
3131
main = "bin.py",
32+
# Needed until https://github.com/bazelbuild/rules_pkg/issues/929 is fixed
33+
# See: https://github.com/bazelbuild/rules_python/issues/2489
3234
relative_venv_symlinks = "no",
3335
)
3436

0 commit comments

Comments
 (0)