mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user