Skip to content

Commit 0c591b9

Browse files
jacobtolargaborbernat
authored andcommitted
Update guide with instructions to disable spinner (#1480)
* Update guide with instructions to disable spinner This is in the command-line help, but can't be found anywhere obvious in the documentation. * Oops, delete trailing space
1 parent 2343c6a commit 0c591b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/example/basic.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ Parallel mode
399399
- ``auto`` to limit it to CPU count,
400400
- or pass an integer to set that limit.
401401
- Parallel mode displays a progress spinner while running tox environments in parallel, and reports outcome of
402-
these as soon as completed with a human readable duration timing attached.
402+
these as soon as completed with a human readable duration timing attached. This spinner can be disabled by
403+
setting the environment variable ``TOX_PARALLEL_NO_SPINNER`` to the value ``1``.
403404
- Parallel mode by default shows output only of failed environments and ones marked as :conf:`parallel_show_output`
404405
``=True``.
405406
- There's now a concept of dependency between environments (specified via :conf:`depends`), tox will re-order the

0 commit comments

Comments
 (0)