You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ /usr/bin/python3 -sBm build -w --no-isolation* Getting build dependencies for wheel...* Building wheel...Successfully built pytest_codspeed-3.0.0-py3-none-any.whl
I'm not 100% sure but looks like valgrind DSO instrumentation is loaded from pytest_codspeed/instruments__init__.py so looks like building that DSO should be done on pep517 build procedure and that DSO should be part of .whl
But yes, we could definitely build it while packaging if that's what you meant. Happy if you want to make a PR. Otherwise, we'll tackle this when we have time.
art049
changed the title
3.0.0: pep517 build packs into .whl .c, .h, .pyi and .gitignore files
Build the native extension during packaging
Nov 19, 2024
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.
The text was updated successfully, but these errors were encountered: