summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ...