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

Set --parallel-no-spinner if in CI #3318

Closed
ziima opened this issue Aug 7, 2024 · 1 comment
Closed

Set --parallel-no-spinner if in CI #3318

ziima opened this issue Aug 7, 2024 · 1 comment

Comments

@ziima
Copy link
Contributor

ziima commented Aug 7, 2024

What's the problem this feature will solve?

--parallel-no-spinner is fairly required for CI runs to prevent the spinner from messing the output. It seems reasonable to set the flag on by default if CI is detected.

Describe the solution you'd like

Set the --parallel-no-spinner default based on is_ci() utility.

Alternative Solutions

No alternatives.

Caveats

There's no --parallel-spinner which would force the spinner if it was disabled by the CI detection. TOX_PARALLEL_NO_SPINNER=0 should still work in those (hopefully rare) cases.

@gaborbernat
Copy link
Member

A pull request in this regard would be accepted.

ziima added a commit to ziima/tox that referenced this issue Aug 11, 2024
ziima added a commit to ziima/tox that referenced this issue Aug 11, 2024
ziima added a commit to ziima/tox that referenced this issue Aug 11, 2024
ziima added a commit to ziima/tox that referenced this issue Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants