Open kloczek opened 4 hours ago
I'm not 100% sure but looks like valgrind DSO instrumentation is loaded from pytest_codspeed/instrumentsinit.py so looks like building that DSO should be done on pep517 build procedure and that DSO should be part of .whl
build:
and content of that .whl archive
Additionally pytest execution causes building and linking DSO in install tree instead in source tree.
So it pollutes python sitelib tree by installing DSOs.