ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / apeye / patches / 06-coverage.patch
blob98a0b936d18f45e1c9164284c996e807d4d48cc4
1 Our patches makes the coverage worse than expected.
3 --- apeye-1.4.1/tox.ini.orig
4 +++ apeye-1.4.1/tox.ini
5 @@ -188,7 +188,7 @@
6 [coverage:run]
8 [coverage:report]
9 -fail_under = 85
10 +fail_under = 84
11 exclude_lines =
12 raise AssertionError
13 raise NotImplementedError