1 We need direct dependencies only.
3 --- coverage-7.6.5/tox.ini.orig
4 +++ coverage-7.6.5/tox.ini
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