From 307c639e5befb3ef65ea312e2521b0f6e2daf8ca Mon Sep 17 00:00:00 2001 From: ewezy Date: Sat, 10 Feb 2024 21:28:26 +0800 Subject: [PATCH] Reduce number of pytest workers to 1 --- scripts/e2e/run-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e/run-e2e.sh b/scripts/e2e/run-e2e.sh index 3d1f9c1fa..988c00bf3 100755 --- a/scripts/e2e/run-e2e.sh +++ b/scripts/e2e/run-e2e.sh @@ -33,4 +33,4 @@ kubectl create namespace ${E2E_PROJECT_NAME} --dry-run=client -o yaml | kubectl cd ../../python/sdk pip install pipenv==2023.7.23 pipenv install --dev --skip-lock --python ${PYTHON_VERSION} -pipenv run pytest -n=4 -W=ignore --cov=merlin -m "not (gpu or feast or batch or pyfunc or local_server_test or cli or customtransformer)" --durations=0 +pipenv run pytest -n=1 -W=ignore --cov=merlin -m "not (gpu or feast or batch or pyfunc or local_server_test or cli or customtransformer)" --durations=0