jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / rich / patches / 01-tox-no-poetry.patch
blobafc61f63c1999f3082de2ecb21253a93ea6df928
1 --- rich-13.9.4/tox.ini.orig
2 +++ rich-13.9.4/tox.ini
3 @@ -8,8 +8,6 @@
5 [testenv]
6 description = Run unit-testing
7 -deps =
8 - poetry
9 # do not put * in passenv as it may break builds due to reduced isolation
10 passenv =
12 @@ -22,7 +20,6 @@
13 PYTHONDONTWRITEBYTECODE=1
14 PYTHONUNBUFFERED=1
15 commands =
16 - poetry install
17 pytest --cov-report term-missing --cov=rich tests/ {posargs}
19 [testenv:lint]