python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pyproject_api / patches / 01-no-tox-uv.patch
blobf0d4affbe652a6ba3532ea9a56acef699bc7a439
1 tox-uv is not needed to run tests in our environment.
3 --- pyproject_api-1.8.0/tox.ini.orig
4 +++ pyproject_api-1.8.0/tox.ini
5 @@ -1,7 +1,6 @@
6 [tox]
7 requires =
8 tox>=4.2
9 - tox-uv>=1.11
10 env_list =
11 fix
12 3.13