Skip to content

Commit c831137

Browse files
committed
wip
1 parent 24b412d commit c831137

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.librarian/generator-input/client-post-processing/run-tests-in-parallel-compute.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ replacements:
1818
packages/google-cloud-compute/noxfile.py,
1919
]
2020
before: |
21-
"mock",
22-
"asyncmock",
23-
"pytest",
24-
"pytest-cov",
25-
"pytest-asyncio",
21+
"pytest-asyncio",
2622
\]
2723
after: |
28-
"mock",
29-
"asyncmock",
30-
"pytest<9",
31-
"pytest-cov",
32-
"pytest-asyncio",
24+
"pytest-asyncio",
3325
"pytest-xdist",
3426
]
3527
count: 1
@@ -42,8 +34,7 @@ replacements:
4234
\ # Run py.test against the unit tests.
4335
after: |
4436
session.install("protobuf<4")\n
45-
import faulthandler; faulthandler.enable()
46-
concurrent_args = ["-n", "4", "--max-worker-restart", "0"]\n
37+
concurrent_args = ["-n", "auto", "--max-worker-restart", "0"]\n
4738
# Run py.test against the unit tests.
4839
count: 1
4940
- paths: [

0 commit comments

Comments
 (0)