Skip to content

Commit 5cc697f

Browse files
committed
Add a note about the cleanup fix.
1 parent 7c01530 commit 5cc697f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
2.8.0 (2019-09-30)
55
------------------
66

7+
* Fixed ``RecursionError`` that can occur when using
8+
`cleanup_on_signal <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-got-custom-signal-handling>`__ or
9+
`cleanup_on_sigterm <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-got-custom-signal-handling>`__.
10+
See: `#294 <https://github.com/pytest-dev/pytest-cov/issues/294>`_.
11+
The 2.7.x releases of pytest-cov should be considered broken regarding aforementioned cleanup API.
712
* Added compatibility with future xdist release that deprecates some internals
813
(match pytest-xdist master/worker terminology).
914
Contributed by Thomas Grainger in `#321 <https://github.com/pytest-dev/pytest-cov/pull/321>`_

0 commit comments

Comments
 (0)