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 4718115800A for ; Tue, 13 Jun 2023 04:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C9A6E08A4; Tue, 13 Jun 2023 04:30:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E771EE08A4 for ; Tue, 13 Jun 2023 04:30:26 +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 B7AEF340CB1 for ; Tue, 13 Jun 2023 04:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E795AA93 for ; Tue, 13 Jun 2023 04:30:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686630619.2a4487e65491354ddfb91e09550b83149e25350b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild X-VCS-Directories: dev-python/jsonschema-spec/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a4487e65491354ddfb91e09550b83149e25350b X-VCS-Branch: master Date: Tue, 13 Jun 2023 04:30:23 +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: 01917edb-6081-4452-9686-39112f02d58e X-Archives-Hash: a36dc8f3c6e978fe16eb023924306357 commit: 2a4487e65491354ddfb91e09550b83149e25350b Author: jinqiang zhang 0x0 ee> AuthorDate: Tue Jun 13 02:22:13 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 13 04:30:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4487e6 dev-python/jsonschema-spec: add dev-python/responses test dep Closes: https://bugs.gentoo.org/908423 Signed-off-by: jinqiang zhang 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/31408 Signed-off-by: Michał Górny gentoo.org> dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild index 616ded180470..175114048014 100644 --- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild +++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild @@ -29,6 +29,12 @@ RDEPEND=" >=dev-python/jsonschema-specifications-2023.3.4[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/responses[${PYTHON_USEDEP}] + ) +" + distutils_enable_tests pytest src_prepare() {