perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / lz4 / patches / 02-cov.patch
blobcd309a3c9a35fa87d90dfa23628d0ed8ee28e91f
1 This produces warnings during testing. Since we do not care much about
2 coverage we simply remove it.
4 --- lz4-4.3.3/tox.ini.orig
5 +++ lz4-4.3.3/tox.ini
6 @@ -9,7 +9,7 @@
7 # PYTHONMALLOCSTATS = 'yes'
8 usedevelop = True
9 commands =
10 - pytest --cov=lz4/block --cov=lz4/frame --tb=long {posargs} tests/block tests/frame
11 + pytest --tb=long {posargs} tests/block tests/frame
13 [pytest]
14 addopts = -x --tb=long --showlocals