This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Update dependency pytest-xdist to >=1.34.0, <1.35.0 #374
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:
>= 1.22.2, <1.28.0
->>=1.34.0, <1.35.0
Release Notes
pytest-dev/pytest-xdist
v1.34.0
Compare Source
================================
Features
#​549 <https://github.com/pytest-dev/pytest-xdist/issues/549>
_: Make--pdb
imply--dist no
, as the two options cannot really work together at the moment.Bug Fixes
#​478 <https://github.com/pytest-dev/pytest-xdist/issues/478>
_: Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.#​558 <https://github.com/pytest-dev/pytest-xdist/issues/558>
_: Fixrsyncdirs
usage with pytest 6.0.#​562 <https://github.com/pytest-dev/pytest-xdist/issues/562>
_: Do not trigger the deprecatedpytest_warning_captured
in pytest 6.0+.v1.33.0
Compare Source
================================
Features
#​554 <https://github.com/pytest-dev/pytest-xdist/issues/554>
_: Fix warnings support for upcoming pytest 6.0.Trivial Changes
#​548 <https://github.com/pytest-dev/pytest-xdist/issues/548>
_: SCM and CI files are no longer included in the source distribution.v1.32.0
Compare Source
================================
Deprecations and Removals
#​475 <https://github.com/pytest-dev/pytest-xdist/issues/475>
_: Drop support for EOL Python 3.4.Features
#​524 <https://github.com/pytest-dev/pytest-xdist/issues/524>
_: Addtestrun_uid
fixture. This is a shared value that uniquely identifies a test run among all workers.This also adds a
PYTEST_XDIST_TESTRUNUID
environment variable that is accessible within a test as well as a command line option--testrunuid
to manually set the value from outside.v1.31.0
Compare Source
================================
Features
#​486 <https://github.com/pytest-dev/pytest-xdist/issues/486>
_: Add support for Python 3.8.Bug Fixes
#​491 <https://github.com/pytest-dev/pytest-xdist/issues/491>
_: Fix regression that caused custom plugin command-line arguments to be discarded when using--tx
mode.v1.30.0
Compare Source
================================
Features
#​448 <https://github.com/pytest-dev/pytest-xdist/issues/448>
_: Initialization between workers and master nodes is now more consistent, which fixes a number oflong-standing issues related to startup with the
-c
option.Issues:
#​6 <https://github.com/pytest-dev/pytest-xdist/issues/6>
__: Poor interaction between-n#
and-c X.cfg
#​445 <https://github.com/pytest-dev/pytest-xdist/issues/445>
__: pytest-xdist is not reporting the same nodeid as pytest doesThis however only works with pytest 5.1 or later, as it required changes in pytest itself.
Bug Fixes
#​467 <https://github.com/pytest-dev/pytest-xdist/issues/467>
_: Fix crash issues related to running xdist with the terminal plugin disabled.v1.29.0
Compare Source
================================
Features
#​226 <https://github.com/pytest-dev/pytest-xdist/issues/226>
_:--max-worker-restart
now assumes a more reasonable value (4 times the number ofnodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.
#​435 <https://github.com/pytest-dev/pytest-xdist/issues/435>
_: When the test session is interrupted due to running out of workers, the reason is shown in the test summaryfor easier viewing.
#​442 <https://github.com/pytest-dev/pytest-xdist/issues/442>
_: Compatibility fix for upcoming pytest 5.0:session.exitstatus
is now anIntEnum
object.Bug Fixes
#​435 <https://github.com/pytest-dev/pytest-xdist/issues/435>
_: No longer show an internal error when we run out of workers due to crashes.v1.28.0
Compare Source
================================
Features
#​426 <https://github.com/pytest-dev/pytest-xdist/issues/426>
_:pytest-xdist
now uses the newpytest_report_to_serializable
andpytest_report_from_serializable
hooks from
pytest 4.4
(still experimental). This will make report serialization more reliable andextensible.
This also means that
pytest-xdist
now requirespytest>=4.4
.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 has been generated by Mend Renovate. View repository job log here.