File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Changelog
4
4
2.8.0 (2019-09-30)
5
5
------------------
6
6
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.
7
12
* Added compatibility with future xdist release that deprecates some internals
8
13
(match pytest-xdist master/worker terminology).
9
14
Contributed by Thomas Grainger in `#321 <https://github.com/pytest-dev/pytest-cov/pull/321 >`_
You can’t perform that action at this time.
0 commit comments