coverage: Set patch = subprocess

Subprocess measuring got integrated into coverage.py and removed from
pytest-cov:

https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#700-2025-09-09
https://coverage.readthedocs.io/en/latest/config.html#run-patch
This commit is contained in:
Florian Bruhin 2025-09-15 13:12:38 +02:00
parent 52917f9c31
commit 488339b3d5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ include =
tests/*
scripts/*
branch = true
patch = subprocess
omit =
qutebrowser/__main__.py
*/__init__.py