* [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument. [not found] <"45dbedbb4a398f7aa1f857e4944aaa6d721b78fa.1688111652.git.hako@ultrarare.space"> @ 2023-07-17 12:43 ` Hilton Chain via Guix-patches via 2023-07-19 4:45 ` bug#64350: " Bruno Victal 0 siblings, 1 reply; 2+ messages in thread From: Hilton Chain via Guix-patches via @ 2023-07-17 12:43 UTC (permalink / raw) To: 64361; +Cc: Hilton Chain, Lars-Dominik Braun, jgart Fixes <https://issues.guix.gnu.org/64350>. * gnu/packages/python-xyz.scm (python-wand)[arguments]<#:phases>: Pass keyword argument #:tests? to 'check. Reported-by: Thorsten Wilms <t_w_@freenet.de> --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 973216c5ed..f07ae0b1f9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2446,7 +2446,7 @@ (define-public python-wand (setenv "MAGICK_HOME" (assoc-ref inputs "imagemagick")) (setenv "WAND_MAGICK_LIBRARY_SUFFIX" ".Q16"))) (replace 'check - (lambda _ + (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "pytest" "-vv"))))))) (native-inputs base-commit: ad08f9331fee7a8e71e94b02f86f54ab3e1001a8 -- 2.41.0 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#64350: [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument. 2023-07-17 12:43 ` [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument Hilton Chain via Guix-patches via @ 2023-07-19 4:45 ` Bruno Victal 0 siblings, 0 replies; 2+ messages in thread From: Bruno Victal @ 2023-07-19 4:45 UTC (permalink / raw) To: Hilton Chain; +Cc: Tobias Geerinckx-Rice, 64361-done, 64350-done Fixed with 13cb9b302868b5a966a6ae177412c474084f4bf1. -- Furthermore, I consider that nonfree software must be eradicated. Cheers, Bruno. ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-19 4:46 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <"45dbedbb4a398f7aa1f857e4944aaa6d721b78fa.1688111652.git.hako@ultrarare.space"> 2023-07-17 12:43 ` [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument Hilton Chain via Guix-patches via 2023-07-19 4:45 ` bug#64350: " Bruno Victal
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.