We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd2637 commit 3fa7fd8Copy full SHA for 3fa7fd8
pyproject.toml
@@ -35,7 +35,7 @@ members = ["libs/*", "examples"]
35
36
[tool.pytest.ini_options]
37
# https://github.com/pytest-dev/pytest-rerunfailures/issues/99
38
-addopts = "-rP -vvv"
+addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --cov=labelbox --import-mode=importlib --order-group-scope=module"
39
markers = """
40
slow: marks tests as slow (deselect with '-m "not slow"')
41
"""
0 commit comments