public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-mpmath] rawhide: Fixes rhbz#2504549 - python-mpmath: FTBFS in Fedora rawhide/f45
Date: Thu, 06 Aug 2026 18:47:46 GMT [thread overview]
Message-ID: <178604206604.1.1168369361878588881.rpms-python-mpmath-1f363801078e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-mpmath
Branch : rawhide
Commit : 1f363801078e412ddc00cdfcd73cb910c62cc8e5
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-25T17:32:36-03:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-mpmath/c/1f363801078e412ddc00cdfcd73cb910c62cc8e5?branch=rawhide
Log:
Fixes rhbz#2504549 - python-mpmath: FTBFS in Fedora rawhide/f45
Fixed %check test failure caused by NumPy 2.x raising a DeprecationWarning
(which upstream pyproject.toml configured pytest to treat as an error).
Added -W default flag to prevent deprecation warnings from failing the check.
---
diff --git a/python-mpmath.spec b/python-mpmath.spec
index bd08d05..271b3c0 100644
--- a/python-mpmath.spec
+++ b/python-mpmath.spec
@@ -126,7 +126,7 @@ OPTIONS=(
# Console testing seems to always fail, not tracked down yet...
--deselect=mpmath/tests/test_demos.py
)
-xwfb-run -c mutter -- pytest-3 -v "${OPTIONS[@]}"
+xwfb-run -c mutter -- pytest-3 -v -W default "${OPTIONS[@]}"
%files -n python3-mpmath -f %{pyproject_files}
%doc CHANGES README.rst
reply other threads:[~2026-08-06 18:47 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=178604206604.1.1168369361878588881.rpms-python-mpmath-1f363801078e@fedoraproject.org \
--to=rosset.filipe@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