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 CB7DE15806E for ; Wed, 31 May 2023 05:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0CF2E0895; Wed, 31 May 2023 05:48:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB3D5E0895 for ; Wed, 31 May 2023 05:48:36 +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 1511A340FEB for ; Wed, 31 May 2023 05:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00E0A7F for ; Wed, 31 May 2023 05:48:34 +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: <1685512096.ccb5ae8502da6b4f38d0bf365dde9b9ce4345eea.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.75.6.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ccb5ae8502da6b4f38d0bf365dde9b9ce4345eea X-VCS-Branch: master Date: Wed, 31 May 2023 05:48:34 +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: 3fbc6108-0f9a-4b88-8d2e-69220dd8652e X-Archives-Hash: 0bd9d6e0ed9ac2a2137c0010dd5c4a1e commit: ccb5ae8502da6b4f38d0bf365dde9b9ce4345eea Author: Sam James gentoo org> AuthorDate: Wed May 31 05:48:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 31 05:48:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb5ae85 dev-python/hypothesis: drop a deselected test for 3.12 Signed-off-by: Sam James gentoo.org> dev-python/hypothesis/hypothesis-6.75.6.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-6.75.6.ebuild b/dev-python/hypothesis/hypothesis-6.75.6.ebuild index fbe4b4700be8..28d34a6c37f2 100644 --- a/dev-python/hypothesis/hypothesis-6.75.6.ebuild +++ b/dev-python/hypothesis/hypothesis-6.75.6.ebuild @@ -67,12 +67,10 @@ python_test() { ) fi if [[ ${EPYTHON} == python3.12 ]]; then - # cpython bug: https://github.com/python/cpython/issues/105042 EPYTEST_DESELECT+=( hypothesis-python/tests/cover/test_lookup.py hypothesis-python/tests/cover/test_type_lookup.py hypothesis-python/tests/cover/test_type_lookup_forward_ref.py - hypothesis-python/tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_{1..3} ) fi