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 7B5C015806E for ; Mon, 29 May 2023 07:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1666E083D; Mon, 29 May 2023 07:02:59 +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 8314EE083D 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 66DE2340EC8 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 9EDF9A7C 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: <1685343769.f1ed08b79f47d1b3d8716cfa46acc4a005eb8ce2.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.75.6.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f1ed08b79f47d1b3d8716cfa46acc4a005eb8ce2 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: a926fa66-8a23-4f64-974c-a0c35facea2c X-Archives-Hash: 923cebf816f6b81798a82428a805c6cb commit: f1ed08b79f47d1b3d8716cfa46acc4a005eb8ce2 Author: Michał Górny gentoo org> AuthorDate: Mon May 29 06:57:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 29 07:02:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ed08b7 dev-python/hypothesis: Reenable more tests The most important test regressions were fixed by dev-lang/python-3.12.0_beta1_p1, so reenable these tests. Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-6.75.6.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-6.75.6.ebuild b/dev-python/hypothesis/hypothesis-6.75.6.ebuild index 73f0790f2dd8..151e8872fdec 100644 --- a/dev-python/hypothesis/hypothesis-6.75.6.ebuild +++ b/dev-python/hypothesis/hypothesis-6.75.6.ebuild @@ -67,20 +67,10 @@ python_test() { ) fi if [[ ${EPYTHON} == python3.12 ]]; then - # these look serious but affect hypothesis only partially, - # i.e. many revdeps will still work and since this is a test dep, - # we don't need it 100% perfect - # https://github.com/python/cpython/issues/105013 - EPYTEST_IGNORE+=( - tests/cover/test_type_lookup.py - ) EPYTEST_DESELECT+=( - hypothesis-python/tests/cover/test_complex_numbers.py::test_allow_subnormal - hypothesis-python/tests/cover/test_lambda_formatting.py::test_can_get_descriptions_of_nested_lambdas_with_different_names hypothesis-python/tests/cover/test_lookup.py - hypothesis-python/tests/cover/test_targeting.py::test_disallowed_inputs_to_target + hypothesis-python/tests/cover/test_type_lookup.py hypothesis-python/tests/cover/test_type_lookup_forward_ref.py - hypothesis-python/tests/cover/test_uuids.py hypothesis-python/tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_{1..3} ) fi