summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-07 22:00:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-07 22:00:01 +0200
commitc858d3c30bd53312a0fe3ed173757ec58fdaace6 (patch)
treed56a3b17c82f39b5fad0041ede0862a069f9c441
parentdev-python/matplotlib: Disable wxwidgets on py3.9 (diff)
downloadgentoo-c858d3c30bd53312a0fe3ed173757ec58fdaace6.tar.gz
gentoo-c858d3c30bd53312a0fe3ed173757ec58fdaace6.tar.bz2
gentoo-c858d3c30bd53312a0fe3ed173757ec58fdaace6.zip
dev-python/matplotlib: RESTRICT=test 3.1.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/matplotlib/matplotlib-3.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.1.2.ebuild b/dev-python/matplotlib/matplotlib-3.1.2.ebuild
index a5746a01b051..2102bfdf6e22 100644
--- a/dev-python/matplotlib/matplotlib-3.1.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.1.2.ebuild
@@ -21,8 +21,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="cairo doc excel examples gtk3 latex qt5 test tk wxwidgets"
REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk )"
-
-RESTRICT="!test? ( test )"
+# tests are fixed in 3.2.1, this version is beyond repair
+RESTRICT="test"
# internal copy of pycxx highly patched
# dev-python/pycxx