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
python/elasticsearch: update to 8.16.0
[oi-userland.git]
/
components
/
python
/
dist-meta
/
patches
/
05-test-coverage.patch
blob
6a83dca7b2f77dc697b1390d9300406ae390f297
1
We deselect tests/test_distributions.py::test_packages_distributions and so the
2
coverage is lower than expected.
3
4
--- dist-meta-0.8.1/tox.ini.orig
5
+++ dist-meta-0.8.1/tox.ini
6
@@ -215,7 +215,7 @@
7
[coverage:run]
8
9
[coverage:report]
10
-fail_under = 97
11
+fail_under = 95
12
show_missing = True
13
exclude_lines =
14
raise AssertionError