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() {

Reply via email to