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
commit b4c72e070b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ let
py_binary(
name = "bin",
srcs = [ "bin.py" ],
imports = [ "." ],
deps = [ ":lib" ],
)
'';