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-sq] rawhide: Skip two tests that fail due to semantics changes in sequoia-wot v0.15.3
Date: Wed, 23 Sep 2026 23:39:00 GMT	[thread overview]
Message-ID: <179020674039.1.14039406227690099896.rpms-rust-sequoia-sq-ac498f293590@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-sq
Branch : rawhide
Commit : ac498f293590141800feb2216499c5771ab42a39
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-24T01:07:47+02:00
Stats  : +15/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-sq/c/ac498f293590141800feb2216499c5771ab42a39?branch=rawhide

Log:
Skip two tests that fail due to semantics changes in sequoia-wot v0.15.3

---
diff --git a/rust-sequoia-sq.spec b/rust-sequoia-sq.spec
index 618c3cc..fe64995 100644
--- a/rust-sequoia-sq.spec
+++ b/rust-sequoia-sq.spec
@@ -122,7 +122,11 @@ install -Dpm 0644 target/assets/shell-completions/_sq \
 
 %if %{with check}
 %check
-%cargo_test
+# * skip two tests that fail due to semantics changes in sequoia-wot v0.15.3
+%{cargo_test -- -- --exact %{shrink:
+    --skip integration::sq_pki::target_cert_expired
+    --skip integration::sq_pki::target_cert_soft_revoked
+}}
 %endif
 
 %changelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
index a6ec02a..e6eb5eb 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -40,3 +40,13 @@ install.post = [
     "    %{buildroot}/%{zsh_completions_dir}/_sq",
 ]
 
+[tests]
+skip = [
+    "integration::sq_pki::target_cert_expired",
+    "integration::sq_pki::target_cert_soft_revoked",
+]
+skip-exact = true
+comments = [
+    "skip two tests that fail due to semantics changes in sequoia-wot v0.15.3",
+]
+

                 reply	other threads:[~2026-09-23 23:39 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=179020674039.1.14039406227690099896.rpms-rust-sequoia-sq-ac498f293590@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