Wait, how would he do that? Change `python_library...
# development
h
Wait, how would he do that? Change
python_library/dependency_inference/rules.py
to add this special
__init__.py
and
confest.py
discovery? That’s the only entry-point right now for inferring dependencies We currently only allow for one inference rule at a time. We could possibly loosen it so that you could have multiple inference rules, meaning that we would have a
conftest.py
inference rule for
PythonTestsSources
, then the current general rule for
PythonSources
would do
__init__.py
injection