Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/
Date: Fri, 25 Dec 2020 23:36:58
Message-Id: 1608939411.3da7d3db68d60cb41533157f1f272ba75cd4a2bd.sam@gentoo
1 commit: 3da7d3db68d60cb41533157f1f272ba75cd4a2bd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 23:36:46 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 23:36:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da7d3db
7
8 dev-python/theano: restrict slow tests
9
10 We're replacing dev-python/theano with
11 dev-python/theano-pymc so let's just restrict
12 tests here given how slow they are (and they may hang).
13
14 Tests run fine on theano-pymc and we'll be removing
15 this package soon.
16
17 Bug: https://bugs.gentoo.org/738416
18 Package-Manager: Portage-3.0.9, Repoman-3.0.2
19 Signed-off-by: Sam James <sam <AT> gentoo.org>
20
21 dev-python/theano/theano-1.0.5.ebuild | 3 +++
22 1 file changed, 3 insertions(+)
23
24 diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild
25 index 3b60986763c..10481daa623 100644
26 --- a/dev-python/theano/theano-1.0.5.ebuild
27 +++ b/dev-python/theano/theano-1.0.5.ebuild
28 @@ -18,6 +18,9 @@ S="${WORKDIR}/${MY_P}"
29 LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
32 +# Tests sometimes hang. dev-python/theano-pymc is better. #738416
33 +# This package is on the way out anyway for that fork.
34 +RESTRICT="test"
35
36 BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
37 RDEPEND="