Skip to content

Commit 132278a

Browse files
author
Adrian Chang
committed
remove max
1 parent 0b01032 commit 132278a

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

3535
[tool.pytest.ini_options]
3636
# 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"
37+
addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --cov=labelbox --import-mode=importlib"
3838
markers = """
3939
slow: marks tests as slow (deselect with '-m "not slow"')
4040
"""

0 commit comments

Comments
 (0)