Skip to content

Commit 9791021

Browse files
committed
Release 3.3.1
1 parent 4e7bd02 commit 9791021

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
pytest-xdist 3.3.1 (2023-05-19)
2+
===============================
3+
4+
Bug Fixes
5+
---------
6+
7+
- `#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
8+
main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks,
9+
for example ``asyncio``, ``anyio``, ``PyQt/PySide``, etc.
10+
11+
A more safe correction will require thread affinity in ``execnet`` (`pytest-dev/execnet#96 <https://github.com/pytest-dev/execnet/issues/96>`__).
12+
13+
114
pytest-xdist 3.3.0 (2023-05-12)
215
===============================
316

changelog/907.bugfix.rst

-5
This file was deleted.

0 commit comments

Comments
 (0)