public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-chameleon-gnupg] f45: Re-enable running tests since RipeMD160 support was reintroduced
@ 2026-09-23 16:32 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-23 16:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sequoia-chameleon-gnupg
Branch : f45
Commit : 97b5a945e745ea960e647afc89bb00cb381d000c
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-23T16:37:51+02:00
Stats : +25/-5 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-chameleon-gnupg/c/97b5a945e745ea960e647afc89bb00cb381d000c?branch=f45
Log:
Re-enable running tests since RipeMD160 support was reintroduced
---
diff --git a/rust-sequoia-chameleon-gnupg.spec b/rust-sequoia-chameleon-gnupg.spec
index 40eb628..45e25af 100644
--- a/rust-sequoia-chameleon-gnupg.spec
+++ b/rust-sequoia-chameleon-gnupg.spec
@@ -1,6 +1,5 @@
# Generated by rust2rpm 28
-# * most tests fail due to missing support for RipeMD160 in the ossl backend
-%bcond check 0
+%bcond check 1
# workaround for OOM issues on i686
%ifarch %{ix86}
@@ -178,7 +177,17 @@ install -Dpm 0644 \
%check
# limit parallelism to avoid hitting resource limits (open files)
export RUST_TEST_THREADS=8
-%cargo_test
+# * skip tests that fail due to keys that expired on 2025-12-16:
+# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues/156
+%{cargo_test -- -- %{shrink:
+ --skip gpg::decrypt::general_purpose_
+ --skip gpg::decrypt::restricted_agent
+ --skip gpg::generate_key::dsa_rsa2k_by_id
+ --skip gpg::quick::add_key_dsa
+ --skip gpg::quick::generate_key_dsa
+ --skip gpg::sign::general_purpose_
+ --skip gpg::sign::restricted_agent
+}}
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 388e254..c34834f 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -107,8 +107,19 @@ check.pre = [
]
[tests]
-run = false
+skip = [
+ "gpg::decrypt::general_purpose_",
+ "gpg::decrypt::restricted_agent",
+ "gpg::generate_key::dsa_rsa2k_by_id",
+ "gpg::quick::add_key_dsa",
+ "gpg::quick::generate_key_dsa",
+ "gpg::sign::general_purpose_",
+ "gpg::sign::restricted_agent",
+]
comments = [
- "most tests fail due to missing support for RipeMD160 in the ossl backend",
+ """\
+ skip tests that fail due to keys that expired on 2025-12-16:
+ https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues/156
+ """,
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 16:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 16:32 [rpms/rust-sequoia-chameleon-gnupg] f45: Re-enable running tests since RipeMD160 support was reintroduced Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox