From 3da7d3db68d60cb41533157f1f272ba75cd4a2bd Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 25 Dec 2020 23:36:46 +0000 Subject: dev-python/theano: restrict slow tests We're replacing dev-python/theano with dev-python/theano-pymc so let's just restrict tests here given how slow they are (and they may hang). Tests run fine on theano-pymc and we'll be removing this package soon. Bug: https://bugs.gentoo.org/738416 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James --- dev-python/theano/theano-1.0.5.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python/theano') diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild index 3b60986763ca..10481daa6239 100644 --- a/dev-python/theano/theano-1.0.5.ebuild +++ b/dev-python/theano/theano-1.0.5.ebuild @@ -18,6 +18,9 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +# Tests sometimes hang. dev-python/theano-pymc is better. #738416 +# This package is on the way out anyway for that fork. +RESTRICT="test" BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )" RDEPEND=" -- cgit v1.2.3-65-gdbad