File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212mod_list = [mod for mod in sorted (os .listdir (root_dir )) if os .path .isdir (os .path .join (root_dir , mod )) and mod != '__pycache__' ]
1313
1414pytest_base_cmd = '/opt/az/bin/python3 -m pytest -v --forked -p no:warnings --log-level=WARN'
15- pytest_parallel_cmd = '{} -n auto ' .format (pytest_base_cmd )
15+ pytest_parallel_cmd = '{} -n logical ' .format (pytest_base_cmd )
1616
1717# cloud: https://github.com/Azure/azure-cli/pull/14994
1818# appservice: https://github.com/Azure/azure-cli/pull/19810
Original file line number Diff line number Diff line change 1212mod_list = [mod for mod in sorted (os .listdir (root_dir )) if os .path .isdir (os .path .join (root_dir , mod )) and mod != '__pycache__' ]
1313
1414pytest_base_cmd = f'PYTHONPATH=/usr/lib64/az/lib/{ python_version } /site-packages python -m pytest -v --forked -p no:warnings --log-level=WARN'
15- pytest_parallel_cmd = '{} -n auto ' .format (pytest_base_cmd )
15+ pytest_parallel_cmd = '{} -n logical ' .format (pytest_base_cmd )
1616
1717# cloud: https://github.com/Azure/azure-cli/pull/14994
1818# appservice: https://github.com/Azure/azure-cli/pull/19810
You can’t perform that action at this time.
0 commit comments