python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / coverage / patches / 01-tox-dependencies.patch
blob47aaddd58bb8f8171d3879ca313cd87929595879
1 We need direct dependencies only.
3 --- coverage-7.6.5/tox.ini.orig
4 +++ coverage-7.6.5/tox.ini
5 @@ -16,9 +16,9 @@
7 # PYVERSIONS
8 deps =
9 - -r requirements/pip.pip
10 - -r requirements/pytest.pip
11 - py3{9,10,11}: -r requirements/light-threads.pip
12 + -r requirements/pip.in
13 + -r requirements/pytest.in
14 + py3{9,10,11}: -r requirements/light-threads.in
16 # Windows can't update the pip version with pip running, so use Python
17 # to install things.