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 57BE015802F for ; Wed, 8 Mar 2023 14:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E0C1E07EF; Wed, 8 Mar 2023 14:02:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66AFAE07EF for ; Wed, 8 Mar 2023 14:02:16 +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 761633413CE for ; Wed, 8 Mar 2023 14:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B059888 for ; Wed, 8 Mar 2023 14:02:12 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1678284119.970fcc02e22d7ff1fb19c8a0fe571ad38cdb0748.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notebook_shim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild X-VCS-Directories: dev-python/notebook_shim/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 970fcc02e22d7ff1fb19c8a0fe571ad38cdb0748 X-VCS-Branch: master Date: Wed, 8 Mar 2023 14:02:12 +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: 1c4f7a78-cd95-4efc-b9a9-18c89e8f0221 X-Archives-Hash: 0f5e1cb42498e07943cf2f428d02f70e commit: 970fcc02e22d7ff1fb19c8a0fe571ad38cdb0748 Author: jinqiang zhang 0x0 ee> AuthorDate: Wed Mar 8 03:54:24 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Mar 8 14:01:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970fcc02 dev-python/notebook_shim: add dev-python/pytest_jupyter test depend Closes: https://bugs.gentoo.org/900222 Signed-off-by: jinqiang zhang 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/29986 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild b/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild index 11d010468f12..7706ee8942a3 100644 --- a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild +++ b/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild @@ -27,6 +27,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/pytest-tornasync[${PYTHON_USEDEP}] + dev-python/pytest_jupyter[${PYTHON_USEDEP}] ) "