--- coverage-7.7.1/tox.ini.orig
+++ coverage-7.7.1/tox.ini
@@ -49,7 +49,6 @@
 
     # Build the C extension and test with the CTracer
     python setup.py --quiet build_ext --inplace
-    python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
     python igor.py test_with_core ctrace {posargs}
 
     py3{12,13,14},anypy: python igor.py test_with_core sysmon {posargs}