public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/scipy] rawhide: Skip test_smoke_economic and test_reproduction_NaN_on_input_points on RISC-V.
@ 2026-09-23 6:32 Marcin Juszkiewicz
0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-09-23 6:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/scipy
Branch : rawhide
Commit : 0744d6fd0ee363ec94156538938854aefb42de8a
Author : Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Date : 2026-09-22T17:33:44+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/scipy/c/0744d6fd0ee363ec94156538938854aefb42de8a?branch=rawhide
Log:
Skip test_smoke_economic and test_reproduction_NaN_on_input_points on RISC-V.
Those tests fail on other archs as well.
---
diff --git a/scipy.spec b/scipy.spec
index c36a000..b908d16 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -44,7 +44,7 @@
Summary: Scientific Tools for Python
Name: scipy
Version: 1.18.0
-Release: 1%{?dist}
+Release: 2%{?dist}
# BSD-3-Clause -- whole package except:
# BSD-2-Clause -- scipy/_lib/_pep440.py
@@ -283,6 +283,8 @@ not (test_discrete_basic and binom)' \
%ifarch riscv64
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
+not test_smoke_economic and \
+not test_reproduction_NaN_on_input_points and \
not TestSchur and \
not test_gejsv_general and \
not test_kendall_p_exact_large and \
@@ -325,6 +327,9 @@ popd
%endif
%changelog
+* Tue Sep 22 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.18.0-2
+- Skip test_smoke_economic and test_reproduction_NaN_on_input_points on RISC-V.
+
* Wed Jul 29 2026 Siteshwar Vashisht <svashisht@redhat.com> - 1.18.0-1
- Update to scipy-1.18.0
Resolves: #2406909
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 6:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 6:32 [rpms/scipy] rawhide: Skip test_smoke_economic and test_reproduction_NaN_on_input_points on RISC-V Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox