Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytest-xdist to 3.4.0 #514

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pytest-xdist from 3.2.0 to 3.4.0.

Changelog

3.4.0

===============================

Features
--------

- `963 <https://github.com/pytest-dev/pytest-xdist/issues/963>`_: Wait for workers to finish reporting when test run stops early.

This makes sure that the results of in-progress tests are displayed.
Previously these reports were being discarded, losing information about the
test run.

- `965 <https://github.com/pytest-dev/pytest-xdist/issues/965>`_: Added support for Python 3.12.

3.3.1

===============================

Bug Fixes
---------

- `907 <https://github.com/pytest-dev/pytest-xdist/issues/907>`_: Avoid remote calls during startup as ``execnet`` by default does not ensure remote affinity with the
main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks,
for example ``asyncio``, ``anyio``, ``PyQt/PySide``, etc.

A more safe correction will require thread affinity in ``execnet`` (`pytest-dev/execnet96 <https://github.com/pytest-dev/execnet/issues/96>`__).

3.3.0

===============================

Features
--------

- `555 <https://github.com/pytest-dev/pytest-xdist/issues/555>`_: Improved progress output when collecting nodes to be less verbose.

3.2.1

===============================

Bug Fixes
---------

- `884 <https://github.com/pytest-dev/pytest-xdist/issues/884>`_: Fixed hang in ``worksteal`` scheduler.
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #518

@pyup-bot pyup-bot closed this Nov 21, 2023
@jelitox jelitox deleted the pyup-update-pytest-xdist-3.2.0-to-3.4.0 branch November 21, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant