python/coverage: update to 7.6.5
[oi-userland.git] / components / python / pyproject-parser / patches / 05-coverage.patch
blob8338c546ec21b767b33d5b8ec27eb1fb45a2fd76
1 --- pyproject-parser-0.11.1/tox.ini.orig
2 +++ pyproject-parser-0.11.1/tox.ini
3 @@ -236,7 +236,7 @@
4 always:pkg_resources is deprecated as an API:DeprecationWarning
6 [coverage:report]
7 -fail_under = 97.5
8 +fail_under = 65
9 exclude_lines =
10 raise AssertionError
11 raise NotImplementedError