From d75fe5eb9b2a90de4f947823e45e681d86051d68 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Thu, 11 Jul 2024 11:55:04 -0400 Subject: [PATCH] Set number of pytest runners to 20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebce059f5..eba9866b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ members = ["libs/*", "examples"] [tool.pytest.ini_options] # https://github.com/pytest-dev/pytest-rerunfailures/issues/99 -addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --cov=labelbox --import-mode=importlib --order-group-scope=module" +addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n 20 --cov=labelbox --import-mode=importlib --order-group-scope=module" markers = """ slow: marks tests as slow (deselect with '-m "not slow"') """