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 E47D2158086 for ; Thu, 30 Dec 2021 10:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF04CE07DF; Thu, 30 Dec 2021 10:51:04 +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 5F7FBE07DF for ; Thu, 30 Dec 2021 10:51:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE74F343084 for ; Thu, 30 Dec 2021 10:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CB37219 for ; Thu, 30 Dec 2021 10:51:00 +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: <1640861455.a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91.mgorny@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.33.0.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91 X-VCS-Branch: master Date: Thu, 30 Dec 2021 10:51:00 +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: dcc52541-c033-4382-bb17-9a399e3f3d17 X-Archives-Hash: 7e11d4d6f7769b80159b4c0233de3f32 commit: a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 30 10:30:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 30 10:50:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bf8023 dev-python/hypothesis: Remove accidental pytest_mock use Closes: https://bugs.gentoo.org/830283 Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-6.33.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hypothesis/hypothesis-6.33.0.ebuild b/dev-python/hypothesis/hypothesis-6.33.0.ebuild index 93b167df8466..3174da86d94b 100644 --- a/dev-python/hypothesis/hypothesis-6.33.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.33.0.ebuild @@ -48,7 +48,7 @@ python_prepare() { python_test() { # subtests are broken by warnings from random plugins local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked,_hypothesis_pytestplugin + local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin distutils_install_for_testing epytest tests/cover tests/pytest tests/quality \