File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- 2021.08.26-378-g72f4b38
1+ 2021.08.26-379-gece49c9
Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ if [ -f "$FUNC_TEST_SCRIPT" ]; then
128128else
129129 if [[ " $GITHUB_WORKFLOW " =~ " Nightly" ]]
130130 then
131- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8 --nightly"
132- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel' --nightly"
131+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8 --nightly"
132+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel' --nightly"
133133 else
134- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8"
135- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel'"
134+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8"
135+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel'"
136136 fi
137137fi
138138pushd ../pulp-cli
Original file line number Diff line number Diff line change 33lxml
44twine
55pypi-simple
6+ pytest-xdist
7+ pytest-timeout
You can’t perform that action at this time.
0 commit comments