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 59B55158020 for ; Sun, 30 Oct 2022 02:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BBAE08E0; Sun, 30 Oct 2022 02:01:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8CF3AE08E0 for ; Sun, 30 Oct 2022 02:01:22 +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 9234134111C for ; Sun, 30 Oct 2022 02:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F313F629 for ; Sun, 30 Oct 2022 02:01:19 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1667095192.244a0037d5bbdc3dafd6fe828d37bf4973bf54b0.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/i3ipc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild X-VCS-Directories: dev-python/i3ipc/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 244a0037d5bbdc3dafd6fe828d37bf4973bf54b0 X-VCS-Branch: dev Date: Sun, 30 Oct 2022 02:01:19 +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: ff54fde1-0554-4bdd-9b3f-2832034e9704 X-Archives-Hash: 019985216fd2210fd34498377c8cf72d commit: 244a0037d5bbdc3dafd6fe828d37bf4973bf54b0 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun Oct 30 01:46:56 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun Oct 30 01:59:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=244a0037 dev-python/i3ipc: fix some of the tests, disable tests Tests never worked, it seems. Most of the remaining errors are AttributeError: 'async_generator' object has no attribute 'foo' Bug: https://bugs.gentoo.org/800269 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild index 584d9d7e3..1a00b25ab 100644 --- a/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild +++ b/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 +inherit distutils-r1 virtualx DESCRIPTION="An improved Python library to control i3wm and sway." HOMEPAGE="https://github.com/altdesktop/i3ipc-python" @@ -21,5 +21,19 @@ RDEPEND=" dev-python/python-xlib[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" +BDEPEND=" + ${BDEPEND} + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + x11-wm/i3 + ) +" + +RESTRICT="test" distutils_enable_tests pytest + +src_test() { + virtx distutils-r1_src_test +} 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 3CF06158020 for ; Tue, 1 Nov 2022 02:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD77E08CD; Tue, 1 Nov 2022 02:55:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1DB03E08CD for ; Tue, 1 Nov 2022 02:55:08 +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 102BC340D77 for ; Tue, 1 Nov 2022 02:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDEC609 for ; Tue, 1 Nov 2022 02:55:06 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1667095192.244a0037d5bbdc3dafd6fe828d37bf4973bf54b0.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/i3ipc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild X-VCS-Directories: dev-python/i3ipc/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 244a0037d5bbdc3dafd6fe828d37bf4973bf54b0 X-VCS-Branch: master Date: Tue, 1 Nov 2022 02:55:06 +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: 04147ae0-63e5-4b12-a024-ba1411b3e9a9 X-Archives-Hash: 5d12e49eeade835a3882897bea0113ad Message-ID: <20221101025506.dEtr9JngjcdGvL15yozhASP_ElenoaPNHwccvBnl24U@z> commit: 244a0037d5bbdc3dafd6fe828d37bf4973bf54b0 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun Oct 30 01:46:56 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun Oct 30 01:59:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=244a0037 dev-python/i3ipc: fix some of the tests, disable tests Tests never worked, it seems. Most of the remaining errors are AttributeError: 'async_generator' object has no attribute 'foo' Bug: https://bugs.gentoo.org/800269 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild index 584d9d7e3..1a00b25ab 100644 --- a/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild +++ b/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 +inherit distutils-r1 virtualx DESCRIPTION="An improved Python library to control i3wm and sway." HOMEPAGE="https://github.com/altdesktop/i3ipc-python" @@ -21,5 +21,19 @@ RDEPEND=" dev-python/python-xlib[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" +BDEPEND=" + ${BDEPEND} + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + x11-wm/i3 + ) +" + +RESTRICT="test" distutils_enable_tests pytest + +src_test() { + virtx distutils-r1_src_test +}