Skip to content

Commit ec6f490

Browse files
committed
Tests: Enable subprocess patch for coverage
Version 7 dropped support for subprocesses measurement.
1 parent 1c6578f commit ec6f490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ omit = [
6868
"examples/*",
6969
"tests/*",
7070
]
71+
patch = [
72+
"subprocess",
73+
]
7174

7275
[tool.coverage.report]
7376
fail_under = 0

0 commit comments

Comments
 (0)