Unverified Commit b4c72e07 authored by Uri Baghin's avatar Uri Baghin Committed by GitHub
Browse files

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

bazel_6: Fix `pythonBinPath` and `pythonBinPathWithNixHacks` tests
parents 17283f66 c871ce0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ let
    py_binary(
      name = "bin",
      srcs = [ "bin.py" ],
      imports = [ "." ],
      deps = [ ":lib" ],
    )
  '';