ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 23 forks source link

Update whl_targets with overrides (follow up from#67) #70

Closed fahhem closed 2 years ago

fahhem commented 2 years ago

This allows someone it still use requirement("overridden-dep")

Also, rename replacements to overrides in the code for better code search

ali5h commented 2 years ago

would you please check CI issue

fahhem commented 2 years ago

CI issue is that it cannot run black, not an issue with this PR image

ali5h commented 2 years ago

would u please rebase on master? thanks

fahhem commented 2 years ago

okay, fixed the formatting and tests!