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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CD481382C5 for ; Mon, 1 Jun 2020 05:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E2AE08E2; Mon, 1 Jun 2020 05:16:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B465E08E2 for ; Mon, 1 Jun 2020 05:16:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3794034DCEE for ; Mon, 1 Jun 2020 05:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520C9242 for ; Mon, 1 Jun 2020 05:16:33 +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: <1590988590.b0dfb49f5b502d44f5a6b3567158c1adc7c7f2c3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tox/tox-3.15.1.ebuild X-VCS-Directories: dev-python/tox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b0dfb49f5b502d44f5a6b3567158c1adc7c7f2c3 X-VCS-Branch: master Date: Mon, 1 Jun 2020 05:16:33 +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: 15f4ecc1-37bf-4e78-a0ac-d120e1044a8e X-Archives-Hash: 41bbed1f877bb55ddd2e29bcbaeb8554 commit: b0dfb49f5b502d44f5a6b3567158c1adc7c7f2c3 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 1 05:15:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 1 05:16:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dfb49f dev-python/tox: Add missing pytest-mock dep Signed-off-by: Michał Górny gentoo.org> dev-python/tox/tox-3.15.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/tox/tox-3.15.1.ebuild b/dev-python/tox/tox-3.15.1.ebuild index 8d18f6512c4..0365e6a7900 100644 --- a/dev-python/tox/tox-3.15.1.ebuild +++ b/dev-python/tox/tox-3.15.1.ebuild @@ -42,6 +42,7 @@ BDEPEND=" >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}] dev-python/pathlib2[${PYTHON_USEDEP}] >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] =dev-python/tox-${PV}-${PR}[${PYTHON_USEDEP}] )"