perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / coverage / patches / 03-tox-no-pip-install.patch
bloba602d5e64c19a077399168a2d5d33e4c959630c5
1 --- coverage-7.6.9/tox.ini.orig
2 +++ coverage-7.6.9/tox.ini
3 @@ -43,7 +43,6 @@
5 # Build the C extension and test with the CTracer
6 python setup.py --quiet build_ext --inplace
7 - python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
8 python igor.py test_with_core ctrace {posargs}
10 py3{12,13,14},anypy: python igor.py test_with_core sysmon {posargs}