Skip to content

Commit cb8f71a

Browse files
undo unneeded change
1 parent 18a4f4c commit cb8f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox/session/cmd/legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def legacy(state: State) -> int:
110110
option.env = CliEnv(["py"])
111111
option.devenv_path = Path(option.devenv_path)
112112
return devenv(state)
113-
if option.parallel_no_spinner is True or option.parallel != 0: # only 0 means sequential
113+
if option.parallel != 0: # only 0 means sequential
114114
return run_parallel(state)
115115
return run_sequential(state)
116116

0 commit comments

Comments
 (0)