diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 19:04:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 19:04:43 +0200 |
commit | 22257699f838ccc66ae62750f347cb4501250998 (patch) | |
tree | 0b2a4e15a380eab5346c2b147d56f754848116f2 /dev-python/jupyter_core/jupyter_core-4.4.0.ebuild | |
parent | dev-lang/bff: ppc stable wrt bug #651478 (diff) | |
download | gentoo-22257699f838ccc66ae62750f347cb4501250998.tar.gz gentoo-22257699f838ccc66ae62750f347cb4501250998.tar.bz2 gentoo-22257699f838ccc66ae62750f347cb4501250998.zip |
dev-python/jupyter_core: Restrict tests, need existing installation
Tests succeed when package is installed in advance.
Bug: https://bugs.gentoo.org/649538
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-python/jupyter_core/jupyter_core-4.4.0.ebuild')
-rw-r--r-- | dev-python/jupyter_core/jupyter_core-4.4.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild index a2804624d23b..962e95ed8c62 100644 --- a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild @@ -18,7 +18,7 @@ IUSE="doc test" RDEPEND=" dev-python/traitlets[${PYTHON_USEDEP}] - " +" DEPEND="${RDEPEND} !!<dev-python/jupyter-1.0.0-r1 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] @@ -28,7 +28,10 @@ DEPEND="${RDEPEND} $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] ) - " +" + +# tests require installation of jupyter_core, bug #649538 +RESTRICT="test" python_prepare_all() { # Prevent un-needed download during build |