public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hatch] epel10.2: Ignore tests that would fail with rich 14
@ 2026-08-09  7:51 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-09  7:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hatch
Branch : epel10.2
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.2

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-09  7:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09  7:51 [rpms/hatch] epel10.2: Ignore tests that would fail with rich 14 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox