Merge pull request #264317 from avdv/fix-bazel-python-bin-path-tests
bazel_6: Fix `pythonBinPath` and `pythonBinPathWithNixHacks` tests
This commit is contained in:
commit
b4c72e070b
@ -51,6 +51,7 @@ let
|
||||
py_binary(
|
||||
name = "bin",
|
||||
srcs = [ "bin.py" ],
|
||||
imports = [ "." ],
|
||||
deps = [ ":lib" ],
|
||||
)
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user