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
The repositories generated by pip_parse contain a BUILD file and a BUILD.bazel file; the former shouldn't be there. For example lsing the contents of an attrs repository gives:
Affected Rule
pip_parse
Is this a regression?
No
Description
The repositories generated by
pip_parse
contain aBUILD
file and aBUILD.bazel
file; the former shouldn't be there. For examplels
ing the contents of anattrs
repository gives:In addition, the
BUILD.bazel
file doesn'texclude
theBUILD
file in the glob (only theBUILD.bazel
), so it gets injected into the built artifacts.🔬 Minimal Reproduction
Inspect the contents of a repository generated by
pip_parse
.🔥 Exception or Error
None
🌍 Your Environment
Operating System:
Seen on both Linux/macOS
Output of
bazel version
:Rules_python version:
7aaf7627485c84c4ecd976f7b3fa940f60bb007c
Anything else relevant?
No
The text was updated successfully, but these errors were encountered: