Skip to content

Commit c7edd1b

Browse files
committed
Update changelog and plugin docs.
1 parent a75e651 commit c7edd1b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
7.0.0 (2025-09-09)
6+
------------------
7+
8+
* Dropped support for subprocesses measurement.
9+
10+
It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests.
11+
It relied on a ``.pth`` file, there was no way to opt-out and it created bad interations
12+
with `coverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>`_ added
13+
in `7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>`_.
14+
15+
To migrate to this release you might need to enable the suprocess patch, example for ``.coveragerc``:
16+
17+
.. code-block:: ini
18+
19+
[run]
20+
patch = subprocess
21+
22+
This release also requires at least coverage 7.10.6.
23+
524
6.3.0 (2025-09-06)
625
------------------
726

0 commit comments

Comments
 (0)