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 95240158099 for ; Thu, 30 Nov 2023 13:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D96C72BC016; Thu, 30 Nov 2023 13:06:18 +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 B85A52BC016 for ; Thu, 30 Nov 2023 13:06:18 +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 B7049335CD2 for ; Thu, 30 Nov 2023 13:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E931430 for ; Thu, 30 Nov 2023 13:06:16 +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: <1701349495.a614dcde5db2825ef97b2ac7811bad0173276777.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.90.0.ebuild dev-python/hypothesis/hypothesis-6.91.0.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a614dcde5db2825ef97b2ac7811bad0173276777 X-VCS-Branch: master Date: Thu, 30 Nov 2023 13:06:16 +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: b4305c56-9c56-49fa-a602-36bd782df2de X-Archives-Hash: 6894a759d8049038aa1d5e2663c41738 commit: a614dcde5db2825ef97b2ac7811bad0173276777 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 30 13:04:55 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 30 13:04:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a614dcde dev-python/hypothesis: Remove obsolete pytest_forked loading Closes: https://bugs.gentoo.org/918890 Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-6.90.0.ebuild | 2 +- dev-python/hypothesis/hypothesis-6.91.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-6.90.0.ebuild b/dev-python/hypothesis/hypothesis-6.90.0.ebuild index 67d44f17a56f..a61663724aa9 100644 --- a/dev-python/hypothesis/hypothesis-6.90.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.90.0.ebuild @@ -54,7 +54,7 @@ distutils_enable_tests pytest python_test() { # subtests are broken by warnings from random plugins local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin + local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin local -x HYPOTHESIS_NO_PLUGINS=1 # NB: paths need to be relative to pytest.ini, diff --git a/dev-python/hypothesis/hypothesis-6.91.0.ebuild b/dev-python/hypothesis/hypothesis-6.91.0.ebuild index 5d255dfeb3df..ad99abb563b8 100644 --- a/dev-python/hypothesis/hypothesis-6.91.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.91.0.ebuild @@ -54,7 +54,7 @@ distutils_enable_tests pytest python_test() { # subtests are broken by warnings from random plugins local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin + local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin local -x HYPOTHESIS_NO_PLUGINS=1 # NB: paths need to be relative to pytest.ini,