This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e5c0b62deb gnu: sequoia-sq: Skip a test.
e5c0b62deb is described below
commit e5c0b62debc6f48a32a65736d9ba3da0b1e59cb9
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jul 22 00:06:37 2024 +0300
gnu: sequoia-sq: Skip a test.
* gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Add cargo-test-flags
to skip a test.
Change-Id: I7e614a1990d25eec394a3cb98c5c15c8125876a6
---
gnu/packages/sequoia.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 4012940897..8cec446daa 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -589,6 +589,10 @@ rules are rather complex. This crate implements the whole
grammar." )
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
+ #:cargo-test-flags
+ (list "--release" "--"
+ ;; The certificate has an expiration date.
+ "--skip=sq_autocrypt_import")
#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1)
("rust-buffered-reader" ,rust-buffered-reader-1)