rules_py icon indicating copy to clipboard operation
rules_py copied to clipboard

Test interoperability with rules_python

Open mattem opened this issue 3 years ago • 1 comments

Although these rules behave differently, we need to be able to plug in the native / rules_python rules when interacting with external dependencies.

mattem avatar Apr 14 '22 19:04 mattem

rules_python sandwich breaks, ie py_library (rules_py) -> py_library (rules_python) -> py_binary (rules_py) breaks dependency import paths.

mattem avatar Jun 03 '22 18:06 mattem