summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-03 13:34:12 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-03 13:43:31 +0200
commit2e3106fb93d19b9e7bb46119f45f0c03ff291c5b (patch)
tree02c2685c215fbe59d39d026afd641cce574bc536
parentdev-python/deepmerge: Remove old (diff)
downloadgentoo-2e3106fb.tar.gz
gentoo-2e3106fb.tar.bz2
gentoo-2e3106fb.zip
dev-python/matplotlib: Remove unused flaky logic
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/matplotlib/matplotlib-3.5.2.ebuild4
1 files changed, 0 insertions, 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