File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ env_vars: {
99# Run unit tests in parallel, splitting up by file
1010env_vars: {
1111 key: " PYTEST_ADDOPTS"
12- value: " -n=auto --dist=loadscope"
12+ value: " -n=8 --dist=loadscope"
1313}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ env_vars: {
99# Run unit tests in parallel, splitting up by file
1010env_vars: {
1111 key: " PYTEST_ADDOPTS"
12- value: " -n=auto --dist=loadscope"
12+ value: " -n=8 --dist=loadscope"
1313}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ env_vars: {
99# Run unit tests in parallel, splitting up by file
1010env_vars: {
1111 key: " PYTEST_ADDOPTS"
12- value: " -n=auto --dist=loadscope"
12+ value: " -n=8 --dist=loadscope"
1313}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ env_vars: {
99# Run unit tests in parallel, splitting up by file
1010env_vars: {
1111 key: " PYTEST_ADDOPTS"
12- value: " -n=auto --dist=loadscope"
12+ value: " -n=8 --dist=loadscope"
1313}
Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ def default(session):
204204 # Run py.test against the unit tests.
205205 session .run (
206206 "py.test" ,
207- "--quiet" ,
208207 f"--junitxml=unit_{ session .python } _sponge_log.xml" ,
209208 "--cov=google" ,
210209 "--cov-append" ,
You can’t perform that action at this time.
0 commit comments