I have 2 pex_binaries BinaryA1, BinaryA2 which dep...
# general
m
I have 2 pex_binaries BinaryA1, BinaryA2 which depends on python_sources A. Both BinaryA1, BinaryA2 has its own python-resolver. If I don't specify a python-resolver for python_sources A, is my below assumptions right • When pex_binary A1 is built, python_sources A would use the python_resolver mentioned in the pex_binary A1 target • When pex_binary A2 is built, python_sources A would use the python_resolver mentioned in the pex_binary A2 target • When pytest is used which does not have any resolver specified, python-default resolver would be used