Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
l
loud-laptop-17949
02/06/2023, 9:56 PM
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
oh nm I think I found a doc that will do it for me
https://www.pantsbuild.org/docs/python-test-goal#testing-your-packaging-pipeline
h
happy-kitchen-89482
02/06/2023, 10:01 PM
Yep!
Depending on the pex_binary should do what you expect
3 Views
Post