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 D5E8115ACFB for ; Mon, 10 Apr 2023 06:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFFDE0856; Mon, 10 Apr 2023 06:07:34 +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 502BEE0856 for ; Mon, 10 Apr 2023 06:07:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55234335D66 for ; Mon, 10 Apr 2023 06:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C497FA43 for ; Mon, 10 Apr 2023 06:07:29 +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: <1681106818.496e2ec0a1d1a8693a827bdfa8a98a9c953d15a9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-describe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-describe/pytest-describe-2.1.0.ebuild X-VCS-Directories: dev-python/pytest-describe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 496e2ec0a1d1a8693a827bdfa8a98a9c953d15a9 X-VCS-Branch: master Date: Mon, 10 Apr 2023 06:07:29 +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: 7217fab3-a3fb-4e0f-9357-c6156f2c616a X-Archives-Hash: e90c4392e0b4651e36bde14f9745314c commit: 496e2ec0a1d1a8693a827bdfa8a98a9c953d15a9 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 10 06:00:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 10 06:06:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496e2ec0 dev-python/pytest-describe: Remove obsolete dev-python/py test dep Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-describe/pytest-describe-2.1.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild b/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild index 10bfaa76333c..dbadb0b02ec3 100644 --- a/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild +++ b/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild @@ -24,12 +24,6 @@ RDEPEND=" >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/py[${PYTHON_USEDEP}] - ) -" - distutils_enable_tests pytest python_test() {