File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
24
6.3.0 (2025-09-06)
6
25
------------------
7
26
You can’t perform that action at this time.
0 commit comments