guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49086] [PATCH] gnu: linkchecker: Update to 10.0.1.


From: Arun Isaac
Subject: [bug#49086] [PATCH] gnu: linkchecker: Update to 10.0.1.
Date: Sat, 19 Jun 2021 13:55:13 +0530

> This 'check phase doesn’t respect the ‘--with-tests’ transformation.
> Something like the following would be better:
>
>   (replace 'check
>     (lambda* (#:key inputs outputs tests? #:allow-other-keys)
>       (when tests?
>         (with-directory-excursion "tests"
>           (add-installed-pythonpath inputs outputs)
>           (invoke "py.test" "tests")))))

Makes sense. I'll add the `when tests?', but what's the
with-directory-excursion for?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]