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 0A31515810D for ; Mon, 29 May 2023 20:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A729E08F4; Mon, 29 May 2023 20:10:11 +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 78F8DE08F4 for ; Mon, 29 May 2023 20:10:10 +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 3F3CE3410B7 for ; Mon, 29 May 2023 20:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81748A6F for ; Mon, 29 May 2023 20:10:07 +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: <1685390860.81dbfbdc2235b5d1867271677a3300dccf81ac36.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: 81dbfbdc2235b5d1867271677a3300dccf81ac36 X-VCS-Branch: master Date: Mon, 29 May 2023 20:10:07 +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: 6fe6de17-ddd7-4e76-8281-b106d117044a X-Archives-Hash: 2b9002b92cc5f139526e5569f151ccdc commit: 81dbfbdc2235b5d1867271677a3300dccf81ac36 Author: Sam James gentoo org> AuthorDate: Mon May 29 18:52:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 29 20:07:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dbfbdc dev-python/hypothesis: add link to new cpython bug Signed-off-by: Sam James gentoo.org> dev-python/hypothesis/hypothesis-6.75.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hypothesis/hypothesis-6.75.6.ebuild b/dev-python/hypothesis/hypothesis-6.75.6.ebuild index 151e8872fdec..fbe4b4700be8 100644 --- a/dev-python/hypothesis/hypothesis-6.75.6.ebuild +++ b/dev-python/hypothesis/hypothesis-6.75.6.ebuild @@ -67,6 +67,7 @@ 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