Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Tue, 03 May 2022 11:43:39
Message-Id: 1651578211.2e3106fb93d19b9e7bb46119f45f0c03ff291c5b.mgorny@gentoo
1 commit: 2e3106fb93d19b9e7bb46119f45f0c03ff291c5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 11:34:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 11:43:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3106fb
7
8 dev-python/matplotlib: Remove unused flaky logic
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/matplotlib/matplotlib-3.5.2.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/dev-python/matplotlib/matplotlib-3.5.2.ebuild b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
16 index 967273d965e9..0a53097a06bf 100644
17 --- a/dev-python/matplotlib/matplotlib-3.5.2.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
19 @@ -107,7 +107,6 @@ BDEPEND="
20 >=media-gfx/graphviz-2.42.3[cairo]
21 )
22 test? (
23 - dev-python/flaky[${PYTHON_USEDEP}]
24 dev-python/mock[${PYTHON_USEDEP}]
25 dev-python/psutil[${PYTHON_USEDEP}]
26 dev-python/pytest-xdist[${PYTHON_USEDEP}]
27 @@ -161,9 +160,6 @@ python_prepare_all() {
28 -i lib/matplotlib/{mathtext,fontconfig_pattern}.py \
29 || die "sed pyparsing failed"
30
31 - sed -e 's:\(@pytest.mark.flaky\)(reruns=3):\1:' \
32 - -i lib/matplotlib/tests/test_*.py || die
33 -
34 hprefixify setupext.py
35
36 rm -rf libqhull || die