perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / handy-archives / patches / 01-tox-requires.patch
blob99c6d6d544ab77d44ca878324e7754cbdd4b0150
1 tox-envlist is not needed to run tests.
2 tox version pin is too strict.
4 --- handy-archives-0.2.0/tox.ini.orig
5 +++ handy-archives-0.2.0/tox.ini
6 @@ -37,8 +37,6 @@
7 isolated_build = True
8 requires =
9 pip>=21,!=22.2
10 - tox-envlist>=0.2.1
11 - tox~=3.0
12 virtualenv!=20.16.0
14 [envlists]