diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-25 16:48:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-25 17:00:15 +0200 |
commit | 589e22e5cdc1043d507e429dec2bd3c7a3c4a25c (patch) | |
tree | 2524607e9463db22f5d4b14787e158ebeaaca3e3 /dev-python/scipy | |
parent | dev-python/pyopenssl: Remove old (diff) | |
download | gentoo-589e22e5cdc1043d507e429dec2bd3c7a3c4a25c.tar.gz gentoo-589e22e5cdc1043d507e429dec2bd3c7a3c4a25c.tar.bz2 gentoo-589e22e5cdc1043d507e429dec2bd3c7a3c4a25c.zip |
dev-python/scipy: Remove obsolete EPYTEST_DESELECT entries
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r-- | dev-python/scipy/scipy-1.10.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/scipy/scipy-1.10.1.ebuild b/dev-python/scipy/scipy-1.10.1.ebuild index fbe608eae076..08df910a0993 100644 --- a/dev-python/scipy/scipy-1.10.1.ebuild +++ b/dev-python/scipy/scipy-1.10.1.ebuild @@ -96,10 +96,6 @@ python_test() { cd "${T}" || die local EPYTEST_DESELECT=( - linalg/tests/test_decomp.py::TestSchur::test_sort - linalg/tests/test_solvers.py::test_solve_discrete_are - optimize/tests/test_milp.py::test_milp_timeout_16545 - # Network datasets/tests/test_data.py::TestDatasets::test_existence_all datasets/tests/test_data.py::TestDatasets::test_ascent |