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

bazel_6: Fix `pythonBinPath` and `pythonBinPathWithNixHacks` tests

authored by Uri Baghin and committed by GitHub b4c72e07 17283f66

+1
+1
pkgs/development/tools/build-managers/bazel/python-bin-path-test.nix
··· 51 51 py_binary( 52 52 name = "bin", 53 53 srcs = [ "bin.py" ], 54 + imports = [ "." ], 54 55 deps = [ ":lib" ], 55 56 ) 56 57 '';