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 5463315800F for ; Fri, 20 Jan 2023 01:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C534E087E; Fri, 20 Jan 2023 01:17:10 +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 B53AAE088F for ; Fri, 20 Jan 2023 01:17:09 +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 EEA3C33BE54 for ; Fri, 20 Jan 2023 01:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B333888C for ; Fri, 20 Jan 2023 01:17:04 +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: <1674177348.9ff760e686f5c153ae7f82f4a322966f07e01500.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/qtile/qtile-0.21.0-r1.ebuild x11-wm/qtile/qtile-0.22.1-r1.ebuild x11-wm/qtile/qtile-0.22.1.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ff760e686f5c153ae7f82f4a322966f07e01500 X-VCS-Branch: master Date: Fri, 20 Jan 2023 01:17:04 +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: 7d9b8b1d-3abd-4a78-99e2-dac2219f9fbe X-Archives-Hash: 22b3eee24e667deb07d1760eb0b2c26a commit: 9ff760e686f5c153ae7f82f4a322966f07e01500 Author: Egor Martynov yandex ru> AuthorDate: Fri Jan 20 00:36:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 20 01:15:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff760e6 x11-wm/qtile: change TODO messages Signed-off-by: Egor Martynov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/29170 Signed-off-by: Sam James gentoo.org> x11-wm/qtile/qtile-0.21.0-r1.ebuild | 1 - x11-wm/qtile/qtile-0.22.1-r1.ebuild | 2 +- x11-wm/qtile/qtile-0.22.1.ebuild | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild b/x11-wm/qtile/qtile-0.21.0-r1.ebuild index a7a04d573017..00d5941fc8f5 100644 --- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild +++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild @@ -55,7 +55,6 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # TODO: remove "-p no:xdist" when https://github.com/qtile/qtile/issues/1634 will be resolved. epytest -p no:xdist || die "Tests failed with ${EPYTHON}" } diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r1.ebuild index 33f64ff72efe..b977e32eec6b 100644 --- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1-r1.ebuild @@ -86,7 +86,7 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # TODO: remove "-p no:xdist" when https://github.com/qtile/qtile/issues/1634 will be resolved. + # TODO: remove "-p no:xdist" for next release when https://github.com/qtile/qtile/issues/1634 will be resolved. epytest -p no:xdist --backend=x11 $(usev wayland '--backend=wayland') || die "Tests failed with ${EPYTHON}" } diff --git a/x11-wm/qtile/qtile-0.22.1.ebuild b/x11-wm/qtile/qtile-0.22.1.ebuild index eb09ab6ec305..ff1328ef1a08 100644 --- a/x11-wm/qtile/qtile-0.22.1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1.ebuild @@ -61,7 +61,6 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # TODO: remove "-p no:xdist" when https://github.com/qtile/qtile/issues/1634 will be resolved. epytest -p no:xdist || die "Tests failed with ${EPYTHON}" }