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 3ca2e1d commit ad638edCopy full SHA for ad638ed
1 file changed
pyproject.toml
@@ -64,7 +64,8 @@ addopts = [
64
# extra test summary info: all except passed
65
"-r=a",
66
# https://pytest-xdist.readthedocs.io/en/latest/distribution.html
67
- "--numprocesses=logical",
+ # "--numprocesses=logical",
68
+ "--numprocesses=0", # disabled for now, it was flaky
69
"--dist=worksteal",
70
"--max-worker-restart=8",
71
# https://github.com/pytest-dev/pytest-timeout
0 commit comments