commit:     309b726eb0d30212573fbc227807b87c24473ee5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 21:26:30 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:29:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309b726e

dev-python/scipy: Fix src_prepare phase on x86

scipy/sparse/linalg/isolve/tests/test_iterative.py was removed in
between recent version changes which caused the prepare phase to fail on
x86.

Closes: https://bugs.gentoo.org/833291
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/scipy/scipy-1.8.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/scipy/scipy-1.8.0.ebuild 
b/dev-python/scipy/scipy-1.8.0.ebuild
index 103ff10d567e..afe0389f9f29 100644
--- a/dev-python/scipy/scipy-1.8.0.ebuild
+++ b/dev-python/scipy/scipy-1.8.0.ebuild
@@ -125,7 +125,6 @@ python_prepare_all() {
                        -e 's:test_pdist_jensenshannon_iris:_&:' \
                        -e 's:test_align_vectors_single_vector:_&:' \
                        scipy/signal/tests/test_spectral.py \
-                       scipy/sparse/linalg/isolve/tests/test_iterative.py \
                        scipy/spatial/tests/test_distance.py \
                        scipy/spatial/transform/tests/test_rotation.py || die
        fi

Reply via email to