commit: e5d8f69e3fc6dcc375a0c7d2ce6137dabe2addd1 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Nov 11 09:16:17 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Nov 11 09:18:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d8f69e
dev-python/scipy: Skip broken test_fitpack on 1.6.3 as well Bug: https://bugs.gentoo.org/743295 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/scipy/scipy-1.6.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/scipy/scipy-1.6.3.ebuild b/dev-python/scipy/scipy-1.6.3.ebuild index d4b29952702..169b2303682 100644 --- a/dev-python/scipy/scipy-1.6.3.ebuild +++ b/dev-python/scipy/scipy-1.6.3.ebuild @@ -108,6 +108,10 @@ python_prepare_all() { sed -e "s:== 'levy_stable':in ('levy_stable', 'crystalball', 'ncf'):" \ -i scipy/stats/tests/test_continuous_basic.py || die + # Skip broken test causing segfault, bug #743295 + sed -e 's:test_bisplev_integer_overflow:_&:' \ + -i scipy/interpolate/tests/test_fitpack.py || die + if has_version ">=sci-libs/lapack-3.10"; then sed -e 's:test_sort(:_&:' \ -i scipy/linalg/tests/test_decomp.py || die
