repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
bedb95ba945fe574fbf412c9c4bdea6af604f662
1
Some tests are skipped so we cannot reach 100% coverage.
2
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
7
8
[coverage:report]
9
-fail_under = 100
10
+fail_under = 90
11
exclude_lines =
12
raise AssertionError
13
raise NotImplementedError