From 9141cfe7c6f62681660e08e3e3db1e616c67d373 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 16 Oct 2024 15:07:52 -0700 Subject: [PATCH] Fix pytest options --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ab0a0b79..9b0e2eaeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ members = ["libs/*", "examples"] [tool.pytest.ini_options] # https://github.com/pytest-dev/pytest-rerunfailures/issues/99 -addopts = "-rP -vvv" +a0ddopts = "-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"') """