Evgeny Pisemsky schreef op vr 11-02-2022 om 22:00 [+0300]: > +         (replace 'check > +           (lambda _ > +             (invoke "py.test" "-v")))))) For cross-compilation and to make "--without-tests" work, this phase needs to respect #:tests?, try (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "py.test" "-v"))))))) Greetings, Maxime.