diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-07 22:00:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-07 22:00:01 +0200 |
commit | c858d3c30bd53312a0fe3ed173757ec58fdaace6 (patch) | |
tree | d56a3b17c82f39b5fad0041ede0862a069f9c441 /dev-python/matplotlib | |
parent | dev-python/matplotlib: Disable wxwidgets on py3.9 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.1.2.ebuild | 4 |
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 |