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