You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Move all tests using subprocess to the same worker on windows
This is a somewhat wild guess based on #29797 (comment)
> which makes me think we are somehow crossing state what launching the subprocesses.
Using the `xdist_group` with `--dist=loadgroup` should put all tests of
that group to the same worker according to
https://pytest-xdist.readthedocs.io/en/stable/distribution.html.
I've only added `--dist=loadgroup` to the windows pipelines, so tests on
other systems are not affected at all.
The first test is to see whether this works in the PR. - But to be sure,
it think we would need to put this on master and monitor whether the
timeouts disappear.
0 commit comments