⬆️ Update dependency pytest-xdist to v3.2.1 🔒 #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.0
->3.2.1
Release Notes
pytest-dev/pytest-xdist
v3.2.1
Compare Source
===============================
Bug Fixes
#​884 <https://github.com/pytest-dev/pytest-xdist/issues/884>
_: Fixed hang inworksteal
scheduler.v3.2.0
Compare Source
===============================
Improved Documentation
#​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>
_: Users can now configureload
scheduling precision using--maxschedchunk
commandline option.
#​858 <https://github.com/pytest-dev/pytest-xdist/issues/858>
: Newworksteal
scheduler, based on the idea ofwork stealing <https://en.wikipedia.org/wiki/Work_stealing>
. It's similar toload
scheduler, 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>
_: Make the tests pass even when$PYTEST_XDIST_AUTO_NUM_WORKERS
is set.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.