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 5825C158089 for ; Sun, 29 Oct 2023 11:10:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E81A2BC05A; Sun, 29 Oct 2023 11:10:40 +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 61A322BC05A for ; Sun, 29 Oct 2023 11:10:40 +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 77694335CA6 for ; Sun, 29 Oct 2023 11:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE6A12F5 for ; Sun, 29 Oct 2023 11:10:36 +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: <1698577805.733beeadc8d203d00e0d37882d72f4c0089d2e5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/pythran-0.14.0.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 733beeadc8d203d00e0d37882d72f4c0089d2e5b X-VCS-Branch: master Date: Sun, 29 Oct 2023 11:10:36 +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: 163c681f-1808-4c7d-b4b6-bde50c62da2d X-Archives-Hash: c723752cc13d43e8c06ac99245de8499 commit: 733beeadc8d203d00e0d37882d72f4c0089d2e5b Author: Michał Górny gentoo org> AuthorDate: Sun Oct 29 11:05:59 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 29 11:10:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733beead dev-python/pythran: Reenable more tests on py3.12 Reenable more tests on Python 3.12 now that the cblas issue is fixed. Signed-off-by: Michał Górny gentoo.org> dev-python/pythran/pythran-0.14.0.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/pythran/pythran-0.14.0.ebuild b/dev-python/pythran/pythran-0.14.0.ebuild index 8ae4f640ebee..942425ac89a7 100644 --- a/dev-python/pythran/pythran-0.14.0.ebuild +++ b/dev-python/pythran/pythran-0.14.0.ebuild @@ -79,13 +79,8 @@ python_test() { case ${EPYTHON} in python3.12) EPYTEST_DESELECT+=( - pythran/tests/test_cases.py::TestCases::test_convnet_run0 - pythran/tests/test_advanced.py::TestAdvanced::test_matmul_operator + # requires numpy.distutils pythran/tests/test_distutils.py::TestDistutils::test_setup_{b,s}dist_install3 - pythran/tests/test_cases.py::TestCases::test_euclidean_distance_square_run0 - pythran/tests/test_numpy_func2.py::TestNumpyFunc2::test_matrix_power{0..2} - pythran/tests/test_numpy_func3.py::TestNumpyFunc3::test_dot{5,7,9,11,12b,13,14b} - pythran/tests/test_numpy_func3.py::TestNumpyFunc3::test_dot{15..23} ) ;; esac