summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 19:04:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 19:04:43 +0200
commit22257699f838ccc66ae62750f347cb4501250998 (patch)
tree0b2a4e15a380eab5346c2b147d56f754848116f2
parentdev-lang/bff: ppc stable wrt bug #651478 (diff)
downloadgentoo-22257699.tar.gz
gentoo-22257699.tar.bz2
gentoo-22257699.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
-rw-r--r--dev-python/jupyter_core/jupyter_core-4.4.0.ebuild7
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