perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / handy-archives / patches / 03-test-coverage.patch
blobbedb95ba945fe574fbf412c9c4bdea6af604f662
1 Some tests are skipped so we cannot reach 100% coverage.
3 --- handy-archives-0.2.0/tox.ini.orig
4 +++ handy-archives-0.2.0/tox.ini
5 @@ -203,7 +203,7 @@
6 unused-arguments-ignore-variadic-names = True
8 [coverage:report]
9 -fail_under = 100
10 +fail_under = 90
11 exclude_lines =
12 raise AssertionError
13 raise NotImplementedError