From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1423565-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28C13158094 for <garchives@archives.gentoo.org>; Sat, 30 Jul 2022 09:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20533E0BC6; Sat, 30 Jul 2022 09:40:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF8C9E0BC6 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Jul 2022 09:40:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAE02340EFA for <gentoo-commits@lists.gentoo.org>; Sat, 30 Jul 2022 09:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B2AF543 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Jul 2022 09:40:30 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1659173616.c777f31282345233eee26152a9553dd05ae75f6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scipy/scipy-1.9.0.ebuild dev-python/scipy/scipy-1.9.9999.ebuild X-VCS-Directories: dev-python/scipy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c777f31282345233eee26152a9553dd05ae75f6a X-VCS-Branch: master Date: Sat, 30 Jul 2022 09:40:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e30ef9f3-64a4-4c57-819b-82434b573796 X-Archives-Hash: 11a61d1e9c54845c7ec15456b1b8f1df commit: c777f31282345233eee26152a9553dd05ae75f6a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 30 09:33:33 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 30 09:33:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c777f312 dev-python/scipy: skip known test failures Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/scipy/scipy-1.9.0.ebuild | 5 +++++ dev-python/scipy/scipy-1.9.9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-python/scipy/scipy-1.9.0.ebuild b/dev-python/scipy/scipy-1.9.0.ebuild index 577f837b091c..ccb8c752ed10 100644 --- a/dev-python/scipy/scipy-1.9.0.ebuild +++ b/dev-python/scipy/scipy-1.9.0.ebuild @@ -70,6 +70,11 @@ PATCHES=( "${FILESDIR}"/${PN}-1.9.9999-meson-options-lapack.patch ) +EPYTEST_DESELECT=( + linalg/tests/test_decomp.py::TestSchur::test_sort + linalg/tests/test_solvers.py::test_solve_discrete_are +) + distutils_enable_tests pytest python_test() { diff --git a/dev-python/scipy/scipy-1.9.9999.ebuild b/dev-python/scipy/scipy-1.9.9999.ebuild index 577f837b091c..ccb8c752ed10 100644 --- a/dev-python/scipy/scipy-1.9.9999.ebuild +++ b/dev-python/scipy/scipy-1.9.9999.ebuild @@ -70,6 +70,11 @@ PATCHES=( "${FILESDIR}"/${PN}-1.9.9999-meson-options-lapack.patch ) +EPYTEST_DESELECT=( + linalg/tests/test_decomp.py::TestSchur::test_sort + linalg/tests/test_solvers.py::test_solve_discrete_are +) + distutils_enable_tests pytest python_test() {