python/coverage: update to 7.6.5
[oi-userland.git] / components / python / coverage / patches / 03-tox-no-pip-install.patch
blob5ec0ca47876e7e23342c6b2c118fccd53dfbef28
1 --- coverage-7.6.5/tox.ini.orig
2 +++ coverage-7.6.5/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}