Skip to content

Commit 27a5d7d

Browse files
committed
Drop numprocesses altogether
1 parent 69449ce commit 27a5d7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ jobs:
944944
-qq \
945945
--timeout=9 \
946946
--durations=10 \
947-
--numprocesses 1 \
948947
--dist=loadfile \
949948
${cov_params[@]} \
950949
-o console_output_style=count \
@@ -1066,7 +1065,6 @@ jobs:
10661065
python3 -b -X dev -m pytest \
10671066
-qq \
10681067
--timeout=20 \
1069-
--numprocesses 1 \
10701068
${cov_params[@]} \
10711069
-o console_output_style=count \
10721070
--durations=10 \
@@ -1192,7 +1190,6 @@ jobs:
11921190
python3 -b -X dev -m pytest \
11931191
-qq \
11941192
--timeout=9 \
1195-
--numprocesses 1 \
11961193
${cov_params[@]} \
11971194
-o console_output_style=count \
11981195
--durations=0 \
@@ -1338,7 +1335,6 @@ jobs:
13381335
python3 -b -X dev -m pytest \
13391336
-qq \
13401337
--timeout=9 \
1341-
--numprocesses 1 \
13421338
${cov_params[@]} \
13431339
-o console_output_style=count \
13441340
--durations=0 \

0 commit comments

Comments
 (0)