python/coverage: update to 7.6.5
[oi-userland.git] / components / python / coincidence / patches / 03-coverage.patch
blob86745a54be8ccf2f643c0596dfece5eef803ec73
1 Since we skip some tests we need to lower the expected coverage.
3 --- coincidence-0.6.6/tox.ini.orig
4 +++ coincidence-0.6.6/tox.ini
5 @@ -212,7 +212,7 @@
6 [coverage:run]
8 [coverage:report]
9 -fail_under = 100
10 +fail_under = 95
11 show_missing = True
12 exclude_lines =
13 raise AssertionError