Skip to content

Commit 1d58d2c

Browse files
committed
running in serial
1 parent e982bb6 commit 1d58d2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/devops_tasks/tox_harness.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def prep_and_run_tox(targeted_packages, parsed_args, options_array=[]):
191191
destination_dev_req = os.path.join(package_dir, "dev_requirements.txt")
192192

193193
tox_execution_array = ["tox"]
194-
tox_execution_array.extend([] if parsed_args.tparallel else ["--parallel", "auto"])
195194

196195
local_options_array = options_array[:]
197196

0 commit comments

Comments
 (0)