gnu-npth: update to 1.8
[oi-userland.git] / components / python / pyproject-examples / patches / 01-tox-requires.patch
blob31a5f787728597a606322857177692eac758ece0
1 tox-envlist is not needed to run tests.
2 tox version pin is too strict.
4 --- pyproject-examples-2023.6.30/tox.ini.orig
5 +++ pyproject-examples-2023.6.30/tox.ini
6 @@ -21,8 +21,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]