I have a python test, which I want to rely on a pe...
# general
l
I have a python test, which I want to rely on a pex. Is there a way to get pants to build that pex and drop it somewhere that I can reliably call from the test?
1
h
Yep!
Depending on the pex_binary should do what you expect