diff options
author | Sam James <sam@gentoo.org> | 2020-12-25 23:36:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-25 23:36:51 +0000 |
commit | 3da7d3db68d60cb41533157f1f272ba75cd4a2bd (patch) | |
tree | 253f5e9ff2f3fdb46f0bd27b58647b5a262f48a5 /dev-python/theano | |
parent | dev-python/httpretty: Remove old (diff) | |
download | gentoo-3da7d3db68d60cb41533157f1f272ba75cd4a2bd.tar.gz gentoo-3da7d3db68d60cb41533157f1f272ba75cd4a2bd.tar.bz2 gentoo-3da7d3db68d60cb41533157f1f272ba75cd4a2bd.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-1.0.5.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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=" |