You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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.
The text was updated successfully, but these errors were encountered:
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 onis_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.The text was updated successfully, but these errors were encountered: