python/coverage: update to 7.6.5
[oi-userland.git] / components / python / pyproject-parser / patches / 02-tox-requires.patch
blobfd3003c77ff299afdd5f9e494af49ffb9ed3b7be
1 tox-envlist is not needed to run tests.
2 tox version pin is too strict.
4 --- pyproject-parser-0.11.1/tox.ini.orig
5 +++ pyproject-parser-0.11.1/tox.ini
6 @@ -39,8 +39,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]