summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-02-13 22:26:30 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-02-13 22:29:05 +0100
commit309b726eb0d30212573fbc227807b87c24473ee5 (patch)
tree4b295041c6410357de6896aaed32b76276770ae6 /dev-python/scipy
parentnet-analyzer/wireshark: add 3.6.2 (diff)
downloadgentoo-309b726eb0d30212573fbc227807b87c24473ee5.tar.gz
gentoo-309b726eb0d30212573fbc227807b87c24473ee5.tar.bz2
gentoo-309b726eb0d30212573fbc227807b87c24473ee5.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r--dev-python/scipy/scipy-1.8.0.ebuild1
1 files changed, 0 insertions, 1 deletions
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