From 5a31d854eec302fd1efb1466af757e520ae4e1dc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Nov 2023 17:06:50 +0000 Subject: gentoo auto-resync : 19:11:2023 - 17:06:49 --- dev-python/scipy/scipy-1.11.3-r1.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'dev-python/scipy/scipy-1.11.3-r1.ebuild') diff --git a/dev-python/scipy/scipy-1.11.3-r1.ebuild b/dev-python/scipy/scipy-1.11.3-r1.ebuild index 7abc66ad2ceb..8796c0eb8138 100644 --- a/dev-python/scipy/scipy-1.11.3-r1.ebuild +++ b/dev-python/scipy/scipy-1.11.3-r1.ebuild @@ -110,6 +110,12 @@ python_test() { # Crashes with assertion, not a regression # https://github.com/scipy/scipy/issues/19321 scipy/signal/tests/test_signaltools.py::test_lfilter_bad_object + + # timeouts + scipy/sparse/linalg/tests/test_propack.py::test_examples + # hang or incredibly slow + scipy/optimize/tests/test_lsq_linear.py::TestBVLS::test_large_rank_deficient + scipy/optimize/tests/test_lsq_linear.py::TestTRF::test_large_rank_deficient ) local EPYTEST_IGNORE=() @@ -122,13 +128,9 @@ python_test() { case ${EPYTHON} in pypy3) EPYTEST_DESELECT+=( - # TODO: fd leaks? + # fd leaks in tests + # https://github.com/scipy/scipy/issues/19553 scipy/fft/_pocketfft/tests/test_real_transforms.py - # timeouts - scipy/sparse/linalg/tests/test_propack.py::test_examples - # hang or incredibly slow - scipy/optimize/tests/test_lsq_linear.py::TestBVLS::test_large_rank_deficient - scipy/optimize/tests/test_lsq_linear.py::TestTRF::test_large_rank_deficient # TODO 'scipy/special/tests/test_data.py::test_boost[]' ) -- cgit v1.2.3