From 55d6697eb0305e8d9e19e19269d580976fc96b46 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 16 Oct 2024 15:55:09 -0700 Subject: [PATCH] Fixed typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b0e2eaeb..6fa5dde92 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 -a0ddopts = "-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 auto --cov=labelbox --import-mode=importlib --order-group-scope=module" markers = """ slow: marks tests as slow (deselect with '-m "not slow"') """