Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure dependencies are printed to stdout in parallel #3322

Open
ziima opened this issue Aug 11, 2024 · 0 comments
Open

Ensure dependencies are printed to stdout in parallel #3322

ziima opened this issue Aug 11, 2024 · 0 comments

Comments

@ziima
Copy link
Contributor

ziima commented Aug 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant