* [bug#51617] [PATCH] gnu: alot: Disable hanging test.
@ 2021-11-05 17:31 Tanguy Le Carrour
2021-11-14 22:15 ` bug#51617: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Tanguy Le Carrour @ 2021-11-05 17:31 UTC (permalink / raw)
To: 51617; +Cc: Tanguy Le Carrour
* gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
---
gnu/packages/mail.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ca748bff1b..87971bafc7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1272,6 +1272,10 @@ (define-public alot
(substitute* "tests/commands/test_global.py"
(("def test_no_spawn_no_stdin_attached")
"def _test_no_spawn_no_stdin_attached"))
+ ;; FIXME: Investigate why this test hangs.
+ (substitute* "tests/db/test_manager.py"
+ (("def test_save_named_query")
+ "def _test_save_named_query"))
#t)))))
(native-inputs
`(("procps" ,procps)
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#51617: [PATCH] gnu: alot: Disable hanging test.
2021-11-05 17:31 [bug#51617] [PATCH] gnu: alot: Disable hanging test Tanguy Le Carrour
@ 2021-11-14 22:15 ` Ludovic Courtès
2021-11-15 7:59 ` [bug#51617] " Tanguy LE CARROUR
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-11-14 22:15 UTC (permalink / raw)
To: Tanguy Le Carrour; +Cc: 51617-done
Hi,
Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#51617] [PATCH] gnu: alot: Disable hanging test.
2021-11-14 22:15 ` bug#51617: " Ludovic Courtès
@ 2021-11-15 7:59 ` Tanguy LE CARROUR
0 siblings, 0 replies; 3+ messages in thread
From: Tanguy LE CARROUR @ 2021-11-15 7:59 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 51617-done
Hi,
Excerpts from Ludovic Courtès's message of November 14, 2021 11:15 pm:
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
>
>> * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
>
> Applied, thanks!
Thanks!
--
Tanguy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-15 8:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-05 17:31 [bug#51617] [PATCH] gnu: alot: Disable hanging test Tanguy Le Carrour
2021-11-14 22:15 ` bug#51617: " Ludovic Courtès
2021-11-15 7:59 ` [bug#51617] " Tanguy LE CARROUR
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).