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 0b01032 commit 132278aCopy full SHA for 132278a
pyproject.toml
@@ -34,7 +34,7 @@ members = ["libs/*", "examples"]
34
35
[tool.pytest.ini_options]
36
# 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"
+addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --cov=labelbox --import-mode=importlib"
38
markers = """
39
slow: marks tests as slow (deselect with '-m "not slow"')
40
"""
0 commit comments