Skip to content

Commit

Permalink
fixup! Fix #3318 - Suppress spinner in parallel runs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ziima committed Aug 11, 2024
1 parent 19e0609 commit 592edf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tox/session/cmd/run/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def parallel_flags(
default_parallel: int | str,
no_args: bool = False, # noqa: FBT001, FBT002
*,
default_spinner: bool | None = None,
default_spinner: bool = False,
) -> None:
our.add_argument(
"-p",
Expand Down

0 comments on commit 592edf6

Please sign in to comment.