guix-patches
[Top][All Lists]
Advanced

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

[bug#48091] [PATCH 11/11] gnu: Add tgcli.


From: Raghav Gururajan
Subject: [bug#48091] [PATCH 11/11] gnu: Add tgcli.
Date: Fri, 30 Apr 2021 07:40:43 -0400

Hi Maxime!

+(define-public tgcli
    [...]
+         (replace 'check
+           (lambda _
+             (invoke "pytest"))))))

Something I learned some time ago: if you make this

+         (replace 'check
+           (lambda* (#:key tests? #:allow-other-keys)
+             (when tests?
+               (invoke "pytest")))))))

then "guix build tgcli --without-tests" can be used, IIRC.

Thanks so much!

I added it in v2.

Regards,
RG.

Attachment: OpenPGP_0x5F5816647F8BE551.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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