Package: pytest-codspeed / 4.2.0-1

Metadata

Package Version Patches format
pytest-codspeed 4.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tests Let test test_plugin_disabled fail.patch | (download)

tests/test_pytest_plugin.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 tests: let test test_plugin_disabled() fail

Add needed header files from instrument hooks.patch | (download)

src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/callgrind.h | 124 124 + 0 - 0 !
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/compat.h | 36 36 + 0 - 0 !
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/core.h | 87 87 + 0 - 0 !
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/valgrind.h | 7168 7168 + 0 - 0 !
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h | 4209 4209 + 0 - 0 !
5 files changed, 11624 insertions(+)

 add needed header files from instrument-hooks

Upstream includes this folder from another internal project from
CodSpeedHQ homed at https://github.com/CodSpeedHQ/instrument-hooks.