chore(deps): update dependency pytest-xdist to v3.7.0 #2203
+5
−5
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.6.1
->==3.7.0
Release Notes
pytest-dev/pytest-xdist (pytest-xdist)
v3.7.0
Compare Source
===============================
Features
#​1142 <https://github.com/pytest-dev/pytest-xdist/issues/1142>
_: Added support for Python 3.13.#​1144 <https://github.com/pytest-dev/pytest-xdist/issues/1144>
_: The internalsteal
command is now atomic - it unschedules either all requested tests or none.This is a prerequisite for group/scope support in the
worksteal
scheduler, so test groups won't be broken up incorrectly.#​1170 <https://github.com/pytest-dev/pytest-xdist/issues/1170>
_: Add the--px
arg to create proxy gateways.Proxy gateways are passed to additional gateways using the
via
keyword.They can serve as a way to run multiple workers on remote machines.
#​1200 <https://github.com/pytest-dev/pytest-xdist/issues/1200>
_: Now multiplexdist_group
markers are considered when assigning tests to groups (order does not matter).Previously, only the last marker would assign a test to a group, but now if a test has multiple
xdist_group
marks applied (for example via parametrization or via fixtures), they are merged to make a new group.Removals
#​1162 <https://github.com/pytest-dev/pytest-xdist/issues/1162>
_: Dropped support for EOL Python 3.8.Trivial Changes
#​1092 <https://github.com/pytest-dev/pytest-xdist/issues/1092>
_: Update an error message to better indicate where users should go for more information.#​1190 <https://github.com/pytest-dev/pytest-xdist/issues/1190>
_: Switched to using a SPDX license identifier introduced in PEP 639.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.