diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-04-03 12:29:32 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-03 12:45:18 +0200 |
| commit | 02c36a8ad87a4018d310fde26d5e0cd07fa7066b (patch) | |
| tree | 322d6fdc208deebe27166ac07aaab62036af1741 /gnu | |
| parent | a26258d1d619203696e6c7f7ec21ba75014cc13d (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')
| -rw-r--r-- | gnu/packages/mail.scm | 5 |
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.") (build-system pyproject-build-system) (arguments (list - ;; tests: 334 passed, 4 deselected, 9 xfailed, 29 warnings, 11 subtests + ;; tests: 299 passed, 39 deselected, 9 xfailed, 29 warnings, 11 subtests #:test-flags #~(list + ;; Randomly fails with FileNotFoundError; does not happen + ;; in git checkout though, so no upstream issue. + "--deselect=tests/test_crypto.py" "-k" (string-join ;; alot.settings.errors.ConfigError: failed to read notmuch ;; config with command ... |
