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 6399815808B for ; Mon, 28 Feb 2022 10:13:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27DEE0826; Mon, 28 Feb 2022 10:13:22 +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 77718E0826 for ; Mon, 28 Feb 2022 10:13:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5F83B343580 for ; Mon, 28 Feb 2022 10:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E1C2FA for ; Mon, 28 Feb 2022 10:13:19 +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: <1646043196.0d71c6d110c657543b7e712ca1c47f73cf78fc11.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-regressions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild X-VCS-Directories: dev-python/pytest-regressions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d71c6d110c657543b7e712ca1c47f73cf78fc11 X-VCS-Branch: master Date: Mon, 28 Feb 2022 10:13:19 +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: 044a35d6-3086-4f16-bdf3-b94394dd0f36 X-Archives-Hash: 5cf3336e00bcf5b9e890c3751cc75e6a commit: 0d71c6d110c657543b7e712ca1c47f73cf78fc11 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 28 09:31:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 28 10:13:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d71c6d1 dev-python/pytest-regressions: Remove unused tox test dep Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild index 1f4d0d4876b9..172ead2f7f43 100644 --- a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild +++ b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild @@ -22,11 +22,6 @@ RDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/tox[${PYTHON_USEDEP}] - )" - distutils_enable_tests pytest distutils_enable_sphinx doc dev-python/sphinx_rtd_theme