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