Skip to content

Commit 896087c

Browse files
author
Val Brodsky
committed
Fix pytest options
1 parent 87c144d commit 896087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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+
a0ddopts = "-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)