python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / lazy / patches / 01-tox-virtualenv.patch
blob49e01424c3cb2c5778954b4c24547c968449a66a
1 Testing works even with newer virtualenv.
3 --- lazy-1.6/tox.ini.orig
4 +++ lazy-1.6/tox.ini
5 @@ -5,7 +5,7 @@
7 [tox]
8 envlist = py27, py36, py37, py38, py39, py310, py311, py312, pypy27, pypy38, mypy
9 -requires = virtualenv<20.22.0
10 +requires = virtualenv
12 [testenv]
13 package = wheel