Merge pull request #264317 from avdv/fix-bazel-python-bin-path-tests
bazel_6: Fix `pythonBinPath` and `pythonBinPathWithNixHacks` tests
Uri Baghin 2 years ago b4c72e07 17283f66
··· 51 51 py_binary( 52 52 name = "bin", 53 53 srcs = [ "bin.py" ], 54 54 + imports = [ "." ], 54 55 deps = [ ":lib" ], 55 56 ) 56 57 '';