From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09C10158020 for ; Thu, 22 Dec 2022 10:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19B08E07C9; Thu, 22 Dec 2022 10:24:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03ECAE07C9 for ; Thu, 22 Dec 2022 10:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3665E34135D for ; Thu, 22 Dec 2022 10:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A09D7D8 for ; Thu, 22 Dec 2022 10:24:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1671704586.232ea487772ae6a6a50b7afd47fbb0faf786a9d4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyterlab/jupyterlab-3.5.2.ebuild X-VCS-Directories: dev-python/jupyterlab/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 232ea487772ae6a6a50b7afd47fbb0faf786a9d4 X-VCS-Branch: master Date: Thu, 22 Dec 2022 10:24:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 062ad1e7-9b35-465a-8235-95be5d990b0e X-Archives-Hash: 5621fd4958226f0731f940710b00dcb0 commit: 232ea487772ae6a6a50b7afd47fbb0faf786a9d4 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Dec 22 10:22:57 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Dec 22 10:23:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232ea487 dev-python/jupyterlab: add missing test dep Closes: https://bugs.gentoo.org/887603 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/jupyterlab/jupyterlab-3.5.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/jupyterlab/jupyterlab-3.5.2.ebuild b/dev-python/jupyterlab/jupyterlab-3.5.2.ebuild index 6433f936ebdd..e7094984605f 100644 --- a/dev-python/jupyterlab/jupyterlab-3.5.2.ebuild +++ b/dev-python/jupyterlab/jupyterlab-3.5.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT GPL-3 Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" BDEPEND="dev-python/jupyter_packaging[${PYTHON_USEDEP}]" @@ -38,6 +38,7 @@ BDEPEND="test? ( dev-python/openapi-core[${PYTHON_USEDEP}] dev-python/openapi-spec-validator[${PYTHON_USEDEP}] dev-python/pytest-console-scripts[${PYTHON_USEDEP}] + dev-python/pytest_jupyter[${PYTHON_USEDEP}] dev-python/pytest-tornasync[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]