public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sequoia-chameleon-gnupg] f44: Re-enable running tests since RipeMD160 support was reintroduced
Date: Wed, 23 Sep 2026 16:32:10 GMT	[thread overview]
Message-ID: <179018113093.1.16994511124000055101.rpms-rust-sequoia-chameleon-gnupg-97b5a945e745@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-chameleon-gnupg
Branch : f44
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=f44

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
+    """,
 ]
 

                 reply	other threads:[~2026-09-23 16:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179018113093.1.16994511124000055101.rpms-rust-sequoia-chameleon-gnupg-97b5a945e745@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox