diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 875b9b49..2f29201a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ +pytest-xdist 3.6.1 (2024-04-28) +=============================== + +Bug Fixes +--------- + +- `#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) =============================== +This release was YANKED due to a regression fixed in 3.6.1. + Features -------- diff --git a/changelog/1071.bugfix b/changelog/1071.bugfix deleted file mode 100644 index 089a4ef1..00000000 --- a/changelog/1071.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add backward compatibility for deadlock issue with the ``execnet`` new ``main_thread_only`` "execmodel" triggered when pytest-cov accesses rinfo.