From 17530762b597addc50b1087f6f8984443beb2307 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 11 Sep 2024 11:59:14 -0700 Subject: [PATCH] Restore back test parallelism --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e0d208c7..ebce059f5 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" +addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --cov=labelbox --import-mode=importlib --order-group-scope=module" markers = """ slow: marks tests as slow (deselect with '-m "not slow"') """