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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0BDF15806E for ; Mon, 29 May 2023 07:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34A0DE07F9; Mon, 29 May 2023 07:02:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1EF89E07F9 for ; Mon, 29 May 2023 07:02:59 +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 425E6340EB9 for ; Mon, 29 May 2023 07:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76FD2A6F for ; Mon, 29 May 2023 07:02:56 +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: <1685343768.7aadf853f80c7c39314bc8ef7b1081e018437133.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrsistent/pyrsistent-0.19.3.ebuild X-VCS-Directories: dev-python/pyrsistent/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7aadf853f80c7c39314bc8ef7b1081e018437133 X-VCS-Branch: master Date: Mon, 29 May 2023 07:02:56 +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: 23b7c376-f893-4711-9904-67ad16b2a184 X-Archives-Hash: d1065c04101dd49f5831131725e7e057 commit: 7aadf853f80c7c39314bc8ef7b1081e018437133 Author: Michał Górny gentoo org> AuthorDate: Mon May 29 06:39:45 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 29 07:02:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aadf853 dev-python/pyrsistent: Restore full tests dev-lang/python-3.12.0_beta1_p1 fixes all the regressions, so run the full suite again. Signed-off-by: Michał Górny gentoo.org> dev-python/pyrsistent/pyrsistent-0.19.3.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild index 82bedd9eff6a..589c00f63923 100644 --- a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild @@ -26,15 +26,3 @@ BDEPEND=" " distutils_enable_tests pytest - -python_test() { - local EPYTEST_IGNORE=() - if [[ ${EPYTHON} == python3.12 ]]; then - EPYTEST_IGNORE+=( - # probably a bug in python itself or in hypothesis - tests/hypothesis_vector_test.py - ) - fi - - epytest -}