public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/hatch] epel10: Ignore tests that would fail with rich 14
Date: Sun, 09 Aug 2026 07:37:03 GMT [thread overview]
Message-ID: <178626102370.1.7629627777007937060.rpms-hatch-a63fde0b2b58@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hatch
Branch : epel10
Commit : a63fde0b2b58a5b70dc75c49eb0bf1aee4034dd3
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-09T08:22:57+01:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hatch/c/a63fde0b2b58a5b70dc75c49eb0bf1aee4034dd3?branch=epel10
Log:
Ignore tests that would fail with rich 14
---
diff --git a/hatch.spec b/hatch.spec
index 33d9f10..28d4f74 100644
--- a/hatch.spec
+++ b/hatch.spec
@@ -185,6 +185,13 @@ done
k="${k-}${k+ and }not (TestDistributionPaths and test_pypy_custom)"
k="${k-}${k+ and }not (TestDistributionVersions and test_pypy_custom)"
+# An update of python-rich from version 13 to 14 in EPEL10 (against the Updates
+# Policy) causes a number of tests that expect precise output from the CLI to
+# fail. It’s easiest to just ignore the affected modules.
+ignore="${ignore-} --ignore=tests/cli/env/test_show.py"
+ignore="${ignore-} --ignore=tests/cli/dep/show/test_table.py"
+ignore="${ignore-} --ignore=tests/cli/python/test_show.py"
+
%pytest -k "${k-}" ${ignore-} -vv
%endif
reply other threads:[~2026-08-09 7:37 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=178626102370.1.7629627777007937060.rpms-hatch-a63fde0b2b58@fedoraproject.org \
--to=code@musicinmybrain.net \
--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