summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-04-03 12:29:32 +0200
committerCayetano Santos <csantosb@inventati.org>2026-04-03 12:45:18 +0200
commit02c36a8ad87a4018d310fde26d5e0cd07fa7066b (patch)
tree322d6fdc208deebe27166ac07aaab62036af1741 /gnu/packages/mail.scm
parenta26258d1d619203696e6c7f7ec21ba75014cc13d (diff)
gnu: alot: Make build deterministic.
* gnu/packages/mail.scm (alot): Make build deterministic. [argumens]<#:test-flags>: Disable non-deterministic tests. Change-Id: I7a1bc01f46df709b8c51632af4395a86d41ca1d9
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r--gnu/packages/mail.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7a87060325d..0c2bec7da21 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1432,9 +1432,12 @@ attachments, create new maildirs, and so on.")
1432 (build-system pyproject-build-system) 1432 (build-system pyproject-build-system)
1433 (arguments 1433 (arguments
1434 (list 1434 (list
1435 ;; tests: 334 passed, 4 deselected, 9 xfailed, 29 warnings, 11 subtests 1435 ;; tests: 299 passed, 39 deselected, 9 xfailed, 29 warnings, 11 subtests
1436 #:test-flags 1436 #:test-flags
1437 #~(list 1437 #~(list
1438 ;; Randomly fails with FileNotFoundError; does not happen
1439 ;; in git checkout though, so no upstream issue.
1440 "--deselect=tests/test_crypto.py"
1438 "-k" (string-join 1441 "-k" (string-join
1439 ;; alot.settings.errors.ConfigError: failed to read notmuch 1442 ;; alot.settings.errors.ConfigError: failed to read notmuch
1440 ;; config with command ... 1443 ;; config with command ...