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 515FF158089 for ; Tue, 24 Oct 2023 19:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 507B42BC01E; Tue, 24 Oct 2023 19:44:02 +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 338892BC01E for ; Tue, 24 Oct 2023 19:44:02 +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 26540335CB7 for ; Tue, 24 Oct 2023 19:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 885B5E88 for ; Tue, 24 Oct 2023 19:43:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1698176621.e9e39ea68f5b4070af5e8ef4c04005145feff455.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/build/build-1.0.3.ebuild X-VCS-Directories: dev-python/build/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e9e39ea68f5b4070af5e8ef4c04005145feff455 X-VCS-Branch: master Date: Tue, 24 Oct 2023 19:43:59 +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: 510e1b2e-b512-4e0d-a921-0195d224e13f X-Archives-Hash: 0bbbc5f47a3732f915b8dde0d3440b26 commit: e9e39ea68f5b4070af5e8ef4c04005145feff455 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Oct 24 19:43:02 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Oct 24 19:43:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e39ea6 dev-python/build: skip failing tests of coloring Closes: https://bugs.gentoo.org/894532 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/build/build-1.0.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/build/build-1.0.3.ebuild b/dev-python/build/build-1.0.3.ebuild index b0fb7340096b..be82bb9e2134 100644 --- a/dev-python/build/build-1.0.3.ebuild +++ b/dev-python/build/build-1.0.3.ebuild @@ -49,6 +49,9 @@ python_test() { # messages, sic!) 'tests/test_main.py::test_output[via-sdist-isolation]' 'tests/test_main.py::test_output[wheel-direct-isolation]' + # broken when built in not normal tty on coloring + tests/test_main.py::test_colors + 'tests/test_main.py::test_output_env_subprocess_error[color]' ) epytest -m "not network" -p no:flaky \