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 8DF5E158020 for ; Fri, 23 Dec 2022 11:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF2CE07F9; Fri, 23 Dec 2022 11:36:21 +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 9E4D6E07F9 for ; Fri, 23 Dec 2022 11:36:21 +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 85E0A340D30 for ; Fri, 23 Dec 2022 11:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA31D7DE for ; Fri, 23 Dec 2022 11:36:18 +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: <1671795358.73d14a4a018149b161cc1f1015666a43bcda8bf9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/execnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/execnet/Manifest dev-python/execnet/execnet-1.9.0-r1.ebuild X-VCS-Directories: dev-python/execnet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73d14a4a018149b161cc1f1015666a43bcda8bf9 X-VCS-Branch: master Date: Fri, 23 Dec 2022 11:36:18 +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: 5e05f0cc-525c-461f-b0e3-8943888ecca8 X-Archives-Hash: 4f6abf03d0613191b43ae80994e36571 commit: 73d14a4a018149b161cc1f1015666a43bcda8bf9 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 23 11:35:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 23 11:35:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d14a4a dev-python/execnet: Fix tests with pytest-7.2 Closes: https://bugs.gentoo.org/887937 Signed-off-by: Michał Górny gentoo.org> dev-python/execnet/Manifest | 1 + dev-python/execnet/execnet-1.9.0-r1.ebuild | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dev-python/execnet/Manifest b/dev-python/execnet/Manifest index 35b9547d7fbe..1db329bdb8c7 100644 --- a/dev-python/execnet/Manifest +++ b/dev-python/execnet/Manifest @@ -1 +1,2 @@ +DIST execnet-1.9.0-pytest-7.2.patch 11177 BLAKE2B 6d6d0c76de606305ed0ca4f0f52d5ccc0cc3ab99d795ac2f4d39d3804cd5c0191f75704ee5eafcd135dc9854eef99a59dbd9cf57a8455b6b9cd45f2612fbcdba SHA512 ae16b3127545efe77a49392836a8940a053967e530a6288660a39edba9b35b448d0061ac7ac751c3be68de2cf5410655c2db55d344519f69db7c9ed4f7ca0003 DIST execnet-1.9.0.tar.gz 173884 BLAKE2B 622a1f47365bdea97ba53aee908faf990ef847e3641ab0590073cdd6eac3413d1517f16e8e5b73b56884f02aebb3142691ecf6113e14f9c49c9b0fef3ee3247c SHA512 d425e7b6f3708efecb5dfa2c36a837cb55f2c32cf2ec0c1dc11cd1ca6ea614d119d04908b84dd5a3593c87db35e71fee202f843665c853ac3538479f60c83d60 diff --git a/dev-python/execnet/execnet-1.9.0-r1.ebuild b/dev-python/execnet/execnet-1.9.0-r1.ebuild index 1c7c068e0aeb..e4915e9ea1df 100644 --- a/dev-python/execnet/execnet-1.9.0-r1.ebuild +++ b/dev-python/execnet/execnet-1.9.0-r1.ebuild @@ -13,7 +13,11 @@ HOMEPAGE=" https://codespeak.net/execnet/ https://pypi.org/project/execnet/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI=" + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://github.com/pytest-dev/execnet/commit/c0459b92bc4a42b08281e69b8802d24c5d3415d4.patch + -> ${P}-pytest-7.2.patch +" LICENSE="MIT" SLOT="0" @@ -21,11 +25,18 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/py[${PYTHON_USEDEP}] + ) " distutils_enable_sphinx doc distutils_enable_tests pytest +PATCHES=( + "${DISTDIR}"/${P}-pytest-7.2.patch +) + EPYTEST_DESELECT=( # needs python2.7 with apipkg? 'testing/test_termination.py::test_close_initiating_remote_no_error[python2.7]'