You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: write __init__ shim for pip runfiles helper (#519)
Fixes#377
Even though messing with __init__.py is a little risky, in this case its
safer since we only generate it while symlinking files from external
repositories into venv, and since
https://github.com/bazelbuild/rules_python/blob/18f76f9cc4c3c6c4470f7a881e6ea4e8b80d7bab/python/runfiles/__init__.py#L15
is simple line, i can't think of easier fix than this.
### Changes are visible to end-users: no
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): no
- Suggested release notes appear below: no
### Test plan
- New test cases added
0 commit comments