perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / handy-archives / patches / 02-no-coverage-pyver-pragma.patch
blobea94a221bc074394b2bce5653cb283a34d056031
1 coverage-pyver-pragma is not needed to run tests.
3 --- handy-archives-0.2.0/tests/requirements.txt.orig
4 +++ handy-archives-0.2.0/tests/requirements.txt
5 @@ -1,6 +1,5 @@
6 coincidence>=0.2.0
7 coverage>=5.1
8 -coverage-pyver-pragma>=0.2.1
9 importlib-metadata>=3.6.0
10 pytest>=6.0.0
11 pytest-cov>=2.8.1
12 --- handy-archives-0.2.0/tox.ini.orig
13 +++ handy-archives-0.2.0/tox.ini
14 @@ -202,9 +202,6 @@
15 unused-arguments-ignore-magic-methods = True
16 unused-arguments-ignore-variadic-names = True
18 -[coverage:run]
19 -plugins = coverage_pyver_pragma
21 [coverage:report]
22 fail_under = 100
23 exclude_lines =