• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pantsbuild / pants / 27079234648

07 Jun 2026 01:30AM UTC coverage: 92.791% (+0.01%) from 92.78%
27079234648

push

github

web-flow
Compose a Process out of multiple sequential subprocesses (#23400)

It is sometimes useful to run multiple processes in a single
Process invocation. 

For example, when creating a pex from a venv repository,
we need to ensure the venv repository exists, and the 
only reliable way to do so in the presence of remote caching/
remote execution is to run the venv creation process 
in the same Process as the pex invocation.

This change introduces a bit of useful plumbing to make
this easy: A `CompositeProcess` holds multiple
`Subprocess` instances, and invokes them sequentially
via a bash command.

169 of 176 new or added lines in 3 files covered. (96.02%)

93106 of 100339 relevant lines covered (92.79%)

4.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

93.27
/src/python/pants/engine/composite_process.py


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc