1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: sequoia-wot-tools: Skip more tests.

* gnu/packages/sequoia.scm (sequoia-wot-tools)[arguments]: Add more
tests to cargo-test-flags.

Change-Id: I68034e4b11b31556b1d99d80d7d3c8f42a9a7642
This commit is contained in:
Efraim Flashner
2026-02-16 10:03:06 +02:00
parent a1923adb64
commit 6ac5edb056

View File

@@ -259,7 +259,11 @@ This Guix package is built to use the nettle cryptographic library.")
(list
#:features '(list "sequoia-openpgp/crypto-nettle")
#:cargo-package-crates ''("tools")
#:cargo-test-flags '(list "--" "--skip=gpg_trust_roots")
#:cargo-test-flags
'(list "--"
"--skip=gpg_trust_roots"
"--skip=backward_propagation::tests::cliques"
"--skip=tests::cliques")
#:install-source? #f
#:cargo-install-paths ''("tools")
#:phases