[PATCH] gnu: alot: Disable hanging test.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tanguy Le Carrour
Owner
unassigned
Submitted by
Tanguy Le Carrour
Severity
normal
T
T
Tanguy Le Carrour wrote on 5 Nov 2021 18:31
(address . guix-patches@gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20211105173156.16431-1-tanguy@bioneland.org
* gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
---
gnu/packages/mail.scm | 4 ++++
1 file changed, 4 insertions(+)

Toggle diff (17 lines)
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
L
L
Ludovic Courtès wrote on 14 Nov 2021 23:15
(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)(address . 51617-done@debbugs.gnu.org)
87mtm68jve.fsf@gnu.org
Hi,

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.

Applied, thanks!

Ludo’.
Closed
T
T
Tanguy LE CARROUR wrote on 15 Nov 2021 08:59
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 51617-done@debbugs.gnu.org)
1636963175.8f5ahx7c01.astroid@rafflesia.none
Hi,


Excerpts from Ludovic Courtès's message of November 14, 2021 11:15 pm:
Toggle quote (6 lines)
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
>
>> * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
>
> Applied, thanks!

Thanks!

--
Tanguy
Closed
?