From cb8b5ced450cea9d4a24c3d667d279e1ce3b16c7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 12:27:03 -0500 Subject: [PATCH] -n 8 Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 8f7c6c2a..60be4325 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -3,4 +3,4 @@ PYPI_VENDOR_DIR="$(pwd)/tests/pypi/" export PYPI_VENDOR_DIR -pytest -n auto tests/test_pipenv.py -m "$TEST_SUITE" \ No newline at end of file +pytest -n 8 tests/test_pipenv.py -m "$TEST_SUITE" \ No newline at end of file