Skip to content

Commit 5b67727

Browse files
committed
Fix for running pytest
* develop patched already
1 parent 4619b6e commit 5b67727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ members = ["libs/*", "examples"]
3636

3737
[tool.pytest.ini_options]
3838
# https://github.com/pytest-dev/pytest-rerunfailures/issues/99
39-
addopts = "-rP -vvv"
39+
addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --cov=labelbox --import-mode=importlib --order-group-scope=module"
4040
markers = """
4141
slow: marks tests as slow (deselect with '-m "not slow"')
4242
"""

0 commit comments

Comments
 (0)