Dear Maxime, On 3/6/22 11:18, Maxime Devos wrote: > Giacomo Leidi via Guix-patches via schreef op zo 06-03-2022 om 00:14 > [+0100]: >> +             ;; FIXME: These tests fail with >> +             ;; obscure error messages. >> +             (for-each >> +              (lambda (test-file) >> +                (delete-file test-file)) >> +              '("tests/test_reporter.py" >> +                "tests/test_runner.py"))))))) > If these tests fail, there's a problem somewhere in need of a fix. > What are the error messages, and have they been reported upstream? It turns out it requires exactly python-coverage@4.3.4. It's now fixed. Thank you, Giacomo