Skip to content

Commit ad638ed

Browse files
authored
Disable pytest-xdist for now
1 parent 3ca2e1d commit ad638ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ addopts = [
6464
# extra test summary info: all except passed
6565
"-r=a",
6666
# https://pytest-xdist.readthedocs.io/en/latest/distribution.html
67-
"--numprocesses=logical",
67+
# "--numprocesses=logical",
68+
"--numprocesses=0", # disabled for now, it was flaky
6869
"--dist=worksteal",
6970
"--max-worker-restart=8",
7071
# https://github.com/pytest-dev/pytest-timeout

0 commit comments

Comments
 (0)