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 E0081158089 for ; 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 ; 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 ; 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 ; Wed, 25 Oct 2023 02:26:52 +0000 (UTC) From: "Sam James" 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" 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: 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: d204a901-d1a1-4783-bc54-fc21a57eeaf4 X-Archives-Hash: a36e5030d3f6c9e8d3a1ef08ba447fe6 commit: b49e0fcae853221afa8ba791f10c873cd1b57614 Author: Eli Schwartz gmail com> AuthorDate: Wed Oct 18 00:09:17 2023 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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}] !!