Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed May 19, 2023
1 parent 4e7bd02 commit 9791021
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
pytest-xdist 3.3.1 (2023-05-19)
===============================

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/execnet#96 <https://github.com/pytest-dev/execnet/issues/96>`__).


pytest-xdist 3.3.0 (2023-05-12)
===============================

Expand Down
5 changes: 0 additions & 5 deletions changelog/907.bugfix.rst

This file was deleted.

0 comments on commit 9791021

Please sign in to comment.