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 py_binary( 52 name = "bin", 53 srcs = [ "bin.py" ], 0 54 deps = [ ":lib" ], 55 ) 56 '';
··· 51 py_binary( 52 name = "bin", 53 srcs = [ "bin.py" ], 54 + imports = [ "." ], 55 deps = [ ":lib" ], 56 ) 57 '';