Release 3.6.1

This commit is contained in:
Ran Benita
2024-04-28 22:19:22 +03:00
parent b397288b7e
commit 3f186340e1
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
pytest-xdist 3.6.1 (2024-04-28)
===============================
Bug Fixes
---------
- `#1071 <https://github.com/pytest-dev/pytest-xdist/issues/1071>`_: Add backward compatibility for deadlock issue with the ``execnet`` new ``main_thread_only`` "execmodel" triggered when pytest-cov accesses rinfo.
pytest-xdist 3.6.0 (2024-04-19) pytest-xdist 3.6.0 (2024-04-19)
=============================== ===============================
This release was YANKED due to a regression fixed in 3.6.1.
Features Features
-------- --------

View File

@@ -1 +0,0 @@
Add backward compatibility for deadlock issue with the ``execnet`` new ``main_thread_only`` "execmodel" triggered when pytest-cov accesses rinfo.