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
chore: relax suffix cond site-packages search for modules (#15123)
This came up reviewing some Exception Replay snapshots where the paths
took the form:
>
/usr/local/runfiles/pypi_linux_x86_64_parsimonious/site-packages/parsimonious/expressions.py
Rather than add another case for this, we can remove the suffix check
since we're looping over `path.parents` anyways.
This should improve the third-party detection for more unconvential
build environments beyond bazel.
0 commit comments