commit: 2e3106fb93d19b9e7bb46119f45f0c03ff291c5b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 11:34:12 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 3 11:43:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3106fb
dev-python/matplotlib: Remove unused flaky logic
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/matplotlib/matplotlib-3.5.2.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/matplotlib/matplotlib-3.5.2.ebuild
b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
index 967273d965e9..0a53097a06bf 100644
--- a/dev-python/matplotlib/matplotlib-3.5.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
@@ -107,7 +107,6 @@ BDEPEND="
>=media-gfx/graphviz-2.42.3[cairo]
)
test? (
- dev-python/flaky[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
@@ -161,9 +160,6 @@ python_prepare_all() {
-i lib/matplotlib/{mathtext,fontconfig_pattern}.py \
|| die "sed pyparsing failed"
- sed -e 's:\(@pytest.mark.flaky\)(reruns=3):\1:' \
- -i lib/matplotlib/tests/test_*.py || die
-
hprefixify setupext.py
rm -rf libqhull || die