Bumps pytest-xdist from 3.1.0 to 3.2.0.
ChangelogSourced from pytest-xdist's changelog.
Commitspytest-xdist 3.2.0 (2023-02-07)
Improved Documentation
[#863](https://github.com/pytest-dev/pytest-xdist/issues/863) <https://github.com/pytest-dev/pytest-xdist/issues/863>_: Document limitations for debugging due to standard I/O of workers not being forwarded. Also, mention remote debugging as a possible workaround.Features
[#855](https://github.com/pytest-dev/pytest-xdist/issues/855) <https://github.com/pytest-dev/pytest-xdist/issues/855>_: Users can now configureloadscheduling precision using--maxschedchunkcommand line option.
[#858](https://github.com/pytest-dev/pytest-xdist/issues/858) <https://github.com/pytest-dev/pytest-xdist/issues/858>: Newworkstealscheduler, based on the idea ofwork stealing <https://en.wikipedia.org/wiki/Work_stealing>. It's similar toloadscheduler, but it should handle tests with significantly differing duration better, and, at the same time, it should provide similar or better reuse of fixtures.Trivial Changes
[#870](https://github.com/pytest-dev/pytest-xdist/issues/870) <https://github.com/pytest-dev/pytest-xdist/issues/870>_: Make the tests pass even when$PYTEST_XDIST_AUTO_NUM_WORKERSis set.
5c06519Release 3.2.0c695763[pre-commit.ci] pre-commit autoupdate (#869)9373ddbMerge pull request #870 from hroncok/delenv8fd1bfdTests: Unset PYTEST_XDIST_AUTO_NUM_WORKERS when the behavior without the envv...017cc72Document limitations for debugging as well as a workaround (#867)cf19f76Fix minor typos in the documentation (#866)691a075Merge pull request #865 from amezin/fix-loadsched-testse986092Fix some LoadScheduling testsd1dfad3Implement work-stealing scheduler (#862)9b0b5b1Add --maxschedchunk CLI option (#857)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)