On Fri, Jan 30, 2026 at 02:36:26PM +0000, Colin Watson wrote: > On Thu, Jan 29, 2026 at 01:57:37PM +0000, Santiago Vila wrote: > [...] > > File "/<<PKGBUILDDIR>>/src/pytest_codspeed/instruments/hooks/build.py", > > line 3, in <module> > > from cffi import FFI # type: ignore > > ^^^^^^^^^^^^^^^^^^^^ > > ModuleNotFoundError: No module named 'cffi'
Now that I look at it, I already fixed this bug in version 3.2.0-2, when I reported it as #1116846. I forgot completely about such bug, probably because it was already archived, and reported it again as #1126605 now. The problem with 4.2.0-1 in the archive is that it seems to have been made as if 3.2.0-2 never existed. That would explain how the bug was "unfixed", but the fact that 3.2.0-2 exists in the git repo looks like a mystery for me. Thanks.

