Merge pull request #264317 from avdv/fix-bazel-python-bin-path-tests

bazel_6: Fix `pythonBinPath` and `pythonBinPathWithNixHacks` tests
This commit is contained in:
Uri Baghin
2023-10-31 07:08:50 +08:00
committed by GitHub
@@ -51,6 +51,7 @@ let
py_binary(
name = "bin",
srcs = [ "bin.py" ],
imports = [ "." ],
deps = [ ":lib" ],
)
'';