public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-makefun] epel10: Skip tests for python 3.14 bootstrap
@ 2026-08-01  3:28 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-01  3:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-makefun
Branch : epel10
Commit : 478c2e92dd4eb3e1f59adbe1dd5521597ce6c937
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date   : 2025-06-12T09:31:52+02:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-makefun/c/478c2e92dd4eb3e1f59adbe1dd5521597ce6c937?branch=epel10

Log:
Skip tests for python 3.14 bootstrap

---
diff --git a/python-makefun.spec b/python-makefun.spec
index 5be5703..a6876ad 100644
--- a/python-makefun.spec
+++ b/python-makefun.spec
@@ -1,3 +1,5 @@
+%bcond tests 0
+
 Name:		python-makefun
 Version:	1.15.6
 Release:	%autorelease
@@ -42,6 +44,7 @@ sed -r -i "s/'pandoc', //" setup.py
 %install
 %pyproject_install
 
+%if %{with tests}
 %check
 # Tests require pytest-cases, which requires this package. Yay!
 
@@ -49,6 +52,7 @@ TESTOPTS=(
 )
 
 %pytest -v "${TESTOPTS[@]}"
+%endif
 
 %files -n python3-makefun
 %license LICENSE

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

only message in thread, other threads:[~2026-08-01  3:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01  3:28 [rpms/python-makefun] epel10: Skip tests for python 3.14 bootstrap 

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