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 BAE0C15800F for ; Fri, 17 Feb 2023 06:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3224E089C; Fri, 17 Feb 2023 06:27:42 +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 9A83CE089C for ; Fri, 17 Feb 2023 06:27:42 +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 BFFEC341096 for ; Fri, 17 Feb 2023 06:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3643A8B8 for ; Fri, 17 Feb 2023 06:27:39 +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: <1676614942.94caca5a1c8aeb1f43c8bfcdbfe396a8f62e6155.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild X-VCS-Directories: mail-filter/pyzor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 94caca5a1c8aeb1f43c8bfcdbfe396a8f62e6155 X-VCS-Branch: master Date: Fri, 17 Feb 2023 06:27:39 +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: 1c36b3d0-a5e0-45b9-bbc8-f32af61db1f8 X-Archives-Hash: dcac74ce1ee9f36aee5926f8f2c59c73 commit: 94caca5a1c8aeb1f43c8bfcdbfe396a8f62e6155 Author: Sam James gentoo org> AuthorDate: Fri Feb 17 05:43:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 06:22:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94caca5a mail-filter/pyzor: enable py3.11, use epytest Signed-off-by: Sam James gentoo.org> mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild index 2f9075743d61..a2e78f468788 100644 --- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild +++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 MY_COMMIT="2dbe627c1ec245db206cdc73bf1f9d785f1512d8" @@ -42,7 +42,7 @@ REQUIRED_USE=" distutils_enable_sphinx docs python_test() { - pytest -vv tests/unit || die "Tests fail with ${EPYTHON}" + epytest -vv tests/unit } src_install() {