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 40E58158041 for ; Wed, 27 Mar 2024 16:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E1AE2A0D; Wed, 27 Mar 2024 16:32: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6EA6E2A0E for ; Wed, 27 Mar 2024 16:32:17 +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 A703434302A for ; Wed, 27 Mar 2024 16:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152D9160A for ; Wed, 27 Mar 2024 16:32:13 +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: <1711557082.a4d0af15ed9e851d896968c74e4126d12fe77fc3.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.98.18.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a4d0af15ed9e851d896968c74e4126d12fe77fc3 X-VCS-Branch: master Date: Wed, 27 Mar 2024 16:32:13 +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: 477e10ce-d81a-4212-940d-e241fc26110d X-Archives-Hash: e383bcc9bff8db09b43fe4c442bb511e commit: a4d0af15ed9e851d896968c74e4126d12fe77fc3 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 27 15:01:18 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 27 16:31:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d0af15 dev-python/hypothesis: Deselect tests failing w/ pytest-7, in 6.98* Closes: https://bugs.gentoo.org/927889 Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-6.98.18.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/hypothesis/hypothesis-6.98.18.ebuild b/dev-python/hypothesis/hypothesis-6.98.18.ebuild index d542c10c068e..699ad4d2e647 100644 --- a/dev-python/hypothesis/hypothesis-6.98.18.ebuild +++ b/dev-python/hypothesis/hypothesis-6.98.18.ebuild @@ -59,7 +59,12 @@ python_test() { # NB: paths need to be relative to pytest.ini, # i.e. start with hypothesis-python/ - local EPYTEST_DESELECT=() + local EPYTEST_DESELECT=( + # regressions with