We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ea442 commit ee640e8Copy full SHA for ee640e8
tests/packaging/BUILD.bazel
@@ -29,6 +29,8 @@ py_reconfig_test(
29
srcs = ["bin.py"],
30
bootstrap_impl = "script",
31
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
34
relative_venv_symlinks = "no",
35
)
36
0 commit comments