public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-makefun] epel10: Skip tests for python 3.14 bootstrap
Date: Sat, 01 Aug 2026 03:28:58 GMT	[thread overview]
Message-ID: <178555493844.1.1319869146975068479.rpms-python-makefun-478c2e92dd4e@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-01  3:28 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=178555493844.1.1319869146975068479.rpms-python-makefun-478c2e92dd4e@fedoraproject.org \
    --to=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