Skip to content

Commit 3fa7fd8

Browse files
authored
Restore back test parallelism (#1805)
1 parent 4cd2637 commit 3fa7fd8

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
@@ -35,7 +35,7 @@ members = ["libs/*", "examples"]
3535

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

0 commit comments

Comments
 (0)