-
-
Notifications
You must be signed in to change notification settings - Fork 549
Ensure dependencies are printed to stdout in parallel #3322
Copy link
Copy link
Closed
Labels
area:parallelbug:minordoes not affect many people or has no big impactdoes not affect many people or has no big impact
Description
Issue
--list-dependencies in parallel runs makes dependencies printed, but whole standard output is redirected to logs. This causes the argument somewhat unusable. The dependency output should be printed to standard output.
Minimal example
tox run-parallel --list-dependencies -e quality,py312
py312: OK ✔ in 29.52 seconds
quality: OK (32.98=setup[32.40]+cmd[0.01,0.35,0.21] seconds)
py312: OK (29.52=setup[24.55]+cmd[4.97] seconds)
congratulations :) (33.03 seconds)Issue created from discussion #3317
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:parallelbug:minordoes not affect many people or has no big impactdoes not affect many people or has no big impact