commit: 1d220d47669e451d8369c75d1b7f657a6344b076
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 11:42:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 3 11:43:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d220d47
dev-python/matplotlib: Remove obsolete test removal
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/matplotlib/matplotlib-3.5.2.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/matplotlib/matplotlib-3.5.2.ebuild
b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
index 0a53097a06bf..4616acff9433 100644
--- a/dev-python/matplotlib/matplotlib-3.5.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
@@ -152,9 +152,6 @@ python_prepare_all() {
"${FILESDIR}"/matplotlib-3.5.2-test.patch
)
- # requires jupyter-nbconvert
- rm lib/matplotlib/tests/test_backend_nbagg.py || die
-
sed \
-e 's/matplotlib.pyparsing_py[23]/pyparsing/g' \
-i lib/matplotlib/{mathtext,fontconfig_pattern}.py \