1. How to fetch `pytest` as a dep to pass to pex
# development
a
2. How to fetch
pytest
as a dep to pass to pex
w
pex itself will fetch the dep, so i think you'd need to add a pytest requirement
a
Yeah, it feels like choosing versions and stuff should probably be externalised somewhere
w
it should already be in the PyTestRunner Task
i believe the current strategy is to "just" inject the pytest requirement when creating the pex. but am not sure.