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 ddefa22 commit 61e13efCopy full SHA for 61e13ef
pyproject.toml
@@ -33,7 +33,8 @@ dev-dependencies = [
33
members = ["libs/*", "examples"]
34
35
[tool.pytest.ini_options]
36
-addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib --timeout=60"
+# https://github.com/pytest-dev/pytest-rerunfailures/issues/99
37
+addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib --timeout=60 --rerun-except Timeout"
38
markers = """
39
slow: marks tests as slow (deselect with '-m "not slow"')
40
"""
0 commit comments