From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1565357-garchives=archives.gentoo.org@lists.gentoo.org>
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 E0081158089
	for <garchives@archives.gentoo.org>; Wed, 25 Oct 2023 02:26:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2950F2BC01D;
	Wed, 25 Oct 2023 02:26:56 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 11EBA2BC01D
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:56 +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 603B4335CDF
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC5812C6
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:52 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1698200543.b49e0fcae853221afa8ba791f10c873cd1b57614.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/hypothesis/hypothesis-6.84.3.ebuild dev-python/hypothesis/hypothesis-6.87.1.ebuild dev-python/hypothesis/hypothesis-6.87.2.ebuild dev-python/hypothesis/hypothesis-6.87.3.ebuild dev-python/hypothesis/hypothesis-6.87.4.ebuild dev-python/hypothesis/hypothesis-6.88.0.ebuild dev-python/hypothesis/hypothesis-6.88.1.ebuild
X-VCS-Directories: dev-python/hypothesis/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b49e0fcae853221afa8ba791f10c873cd1b57614
X-VCS-Branch: master
Date: Wed, 25 Oct 2023 02:26:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d204a901-d1a1-4783-bc54-fc21a57eeaf4
X-Archives-Hash: a36e5030d3f6c9e8d3a1ef08ba447fe6

commit:     b49e0fcae853221afa8ba791f10c873cd1b57614
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 18 00:09:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 02:22:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49e0fca

dev-python/hypothesis: remove outdated test dep on mock

Since 2019, it is imported from the stdlib unittest.mock where
available:
https://github.com/HypothesisWorks/hypothesis/commit/ea4c995e08bf74bd808eea8f91a98918969d957e

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis/hypothesis-6.84.3.ebuild | 1 -
 dev-python/hypothesis/hypothesis-6.87.1.ebuild | 1 -
 dev-python/hypothesis/hypothesis-6.87.2.ebuild | 1 -
 dev-python/hypothesis/hypothesis-6.87.3.ebuild | 1 -
 dev-python/hypothesis/hypothesis-6.87.4.ebuild | 1 -
 dev-python/hypothesis/hypothesis-6.88.0.ebuild | 1 -
 dev-python/hypothesis/hypothesis-6.88.1.ebuild | 1 -
 7 files changed, 7 deletions(-)

diff --git a/dev-python/hypothesis/hypothesis-6.84.3.ebuild b/dev-python/hypothesis/hypothesis-6.84.3.ebuild
index 266faabd3550..67d44f17a56f 100644
--- a/dev-python/hypothesis/hypothesis-6.84.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.84.3.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1

diff --git a/dev-python/hypothesis/hypothesis-6.87.1.ebuild b/dev-python/hypothesis/hypothesis-6.87.1.ebuild
index 0d6df2a9e475..5d255dfeb3df 100644
--- a/dev-python/hypothesis/hypothesis-6.87.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.87.1.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1

diff --git a/dev-python/hypothesis/hypothesis-6.87.2.ebuild b/dev-python/hypothesis/hypothesis-6.87.2.ebuild
index 0d6df2a9e475..5d255dfeb3df 100644
--- a/dev-python/hypothesis/hypothesis-6.87.2.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.87.2.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1

diff --git a/dev-python/hypothesis/hypothesis-6.87.3.ebuild b/dev-python/hypothesis/hypothesis-6.87.3.ebuild
index 0d6df2a9e475..5d255dfeb3df 100644
--- a/dev-python/hypothesis/hypothesis-6.87.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.87.3.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1

diff --git a/dev-python/hypothesis/hypothesis-6.87.4.ebuild b/dev-python/hypothesis/hypothesis-6.87.4.ebuild
index 0d6df2a9e475..5d255dfeb3df 100644
--- a/dev-python/hypothesis/hypothesis-6.87.4.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.87.4.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1

diff --git a/dev-python/hypothesis/hypothesis-6.88.0.ebuild b/dev-python/hypothesis/hypothesis-6.88.0.ebuild
index 0d6df2a9e475..5d255dfeb3df 100644
--- a/dev-python/hypothesis/hypothesis-6.88.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.88.0.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1

diff --git a/dev-python/hypothesis/hypothesis-6.88.1.ebuild b/dev-python/hypothesis/hypothesis-6.88.1.ebuild
index 0d6df2a9e475..5d255dfeb3df 100644
--- a/dev-python/hypothesis/hypothesis-6.88.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.88.1.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 "
 BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		!!<dev-python/requests-toolbelt-0.10.1