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 1DCBC158003 for ; Sun, 7 Aug 2022 13:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B91E0A9F; Sun, 7 Aug 2022 13:59: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 3EF1BE0A97 for ; Sun, 7 Aug 2022 13:59: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 3D0B6340FB5 for ; Sun, 7 Aug 2022 13:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8192C56D for ; Sun, 7 Aug 2022 13:59:36 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1659880744.e6f60d9b4bb7a66340c26a373c1245570abfe2a8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-0.13.1.ebuild dev-util/maturin/maturin-0.13.2_beta1.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e6f60d9b4bb7a66340c26a373c1245570abfe2a8 X-VCS-Branch: master Date: Sun, 7 Aug 2022 13:59: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: e93e962a-6321-4b72-a9c4-d2506ea09675 X-Archives-Hash: 4f25b081d1c2fed52d965f5d52cd4c7f commit: e6f60d9b4bb7a66340c26a373c1245570abfe2a8 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Aug 7 13:26:15 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Aug 7 13:59:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f60d9b dev-util/maturin: re-enable extension_module test except for pypy3 Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.13.1.ebuild | 4 +--- dev-util/maturin/maturin-0.13.2_beta1.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-util/maturin/maturin-0.13.1.ebuild b/dev-util/maturin/maturin-0.13.1.ebuild index d63cc20f6be5..37d7e0acdb9d 100644 --- a/dev-util/maturin/maturin-0.13.1.ebuild +++ b/dev-util/maturin/maturin-0.13.1.ebuild @@ -413,14 +413,12 @@ python_test() { local skip=( --skip locked_doesnt_build_without_cargo_lock - # move below when >=rust-1.62 is stable, xfail "pass" with 1.60-1.61 - --skip pyo3_no_extension_module ) [[ ${EPYTHON} == pypy3 ]] && skip+=( # test enables pyo3's auto-initialize that is incompatible with pypy --skip integration_pyo3_bin # wants the missing libpypy*-c.so -# --skip pyo3_no_extension_module + --skip pyo3_no_extension_module ) cp -r test-crates{.orig,} || die diff --git a/dev-util/maturin/maturin-0.13.2_beta1.ebuild b/dev-util/maturin/maturin-0.13.2_beta1.ebuild index 4432c450ae14..60b997cfc9b5 100644 --- a/dev-util/maturin/maturin-0.13.2_beta1.ebuild +++ b/dev-util/maturin/maturin-0.13.2_beta1.ebuild @@ -418,14 +418,12 @@ python_test() { local skip=( --skip locked_doesnt_build_without_cargo_lock - # move below when >=rust-1.62 is stable, xfail "pass" with 1.60-1.61 - --skip pyo3_no_extension_module ) [[ ${EPYTHON} == pypy3 ]] && skip+=( # test enables pyo3's auto-initialize that is incompatible with pypy --skip integration_pyo3_bin # wants the missing libpypy*-c.so -# --skip pyo3_no_extension_module + --skip pyo3_no_extension_module ) cp -r test-crates{.orig,} || die