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
Normally when I run tox, it shows me the commands being run (commands[0] etc), and then at the end it shows the times the took (although it is cryptic: cmd[0.20,0.29,5.73,1.72,0.19,1.60]):
Issue
Normally when I run tox, it shows me the commands being run (
commands[0]
etc), and then at the end it shows the times the took (although it is cryptic:cmd[0.20,0.29,5.73,1.72,0.19,1.60]
):If I run tox with
-q
, the commands are not shown, but their times are still included in the final lines:There's no reason to split out the times for individual commands if the commands themselves are not shown. With
-q
the final line should be:The text was updated successfully, but these errors were encountered: