diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-03 13:42:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-03 13:43:32 +0200 |
commit | 1d220d47669e451d8369c75d1b7f657a6344b076 (patch) | |
tree | 38c144883a98675663ebdf355d61681bf2efd195 /dev-python/matplotlib | |
parent | dev-python/matplotlib: Remove unused flaky logic (diff) | |
download | gentoo-1d220d47669e451d8369c75d1b7f657a6344b076.tar.gz gentoo-1d220d47669e451d8369c75d1b7f657a6344b076.tar.bz2 gentoo-1d220d47669e451d8369c75d1b7f657a6344b076.zip |
dev-python/matplotlib: Remove obsolete test removal
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.2.ebuild | 3 |
1 files changed, 0 insertions, 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 \ |