diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-03 13:34:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-03 13:43:31 +0200 |
commit | 2e3106fb93d19b9e7bb46119f45f0c03ff291c5b (patch) | |
tree | 02c2685c215fbe59d39d026afd641cce574bc536 /dev-python | |
parent | dev-python/deepmerge: Remove old (diff) | |
download | gentoo-2e3106fb93d19b9e7bb46119f45f0c03ff291c5b.tar.gz gentoo-2e3106fb93d19b9e7bb46119f45f0c03ff291c5b.tar.bz2 gentoo-2e3106fb93d19b9e7bb46119f45f0c03ff291c5b.zip |
dev-python/matplotlib: Remove unused flaky logic
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.2.ebuild | 4 |
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 |