From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C622F158287 for ; Fri, 16 May 2025 11:18:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A8659343846 for ; Fri, 16 May 2025 11:18:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C7BE21103C0; Fri, 16 May 2025 11:18:51 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BF9351103C0 for ; Fri, 16 May 2025 11:18:51 +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 5618B343820 for ; Fri, 16 May 2025 11:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA6A016AC for ; Fri, 16 May 2025 11:18:49 +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: <1747394326.c7e1d3bb9a62e6ed5bfc9c080a5e20d137445148.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tornado/tornado-6.5.ebuild X-VCS-Directories: dev-python/tornado/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7e1d3bb9a62e6ed5bfc9c080a5e20d137445148 X-VCS-Branch: master Date: Fri, 16 May 2025 11:18:49 +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: 08a045d4-9446-4216-a46f-e0a62df54886 X-Archives-Hash: 8d6d3e516cded8cb8e889d0f80bab35c commit: c7e1d3bb9a62e6ed5bfc9c080a5e20d137445148 Author: Michał Górny gentoo org> AuthorDate: Fri May 16 11:16:19 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 16 11:18:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e1d3bb dev-python/tornado: Reenable failing on uncaught logs The PyPy issue was fixed via 7d13055a987acdfeac0dc57f5a5052e2c11f62b0. Signed-off-by: Michał Górny gentoo.org> dev-python/tornado/tornado-6.5.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/tornado/tornado-6.5.ebuild b/dev-python/tornado/tornado-6.5.ebuild index 93ece72543c7..d7daedaebb94 100644 --- a/dev-python/tornado/tornado-6.5.ebuild +++ b/dev-python/tornado/tornado-6.5.ebuild @@ -55,8 +55,6 @@ python_test() { local -x NO_NETWORK=1 cd "${T}" || die - # TODO: remove --fail-if-logs=false after we fix the pypy bug - # https://github.com/pypy/pypy/issues/5271 - "${EPYTHON}" -m tornado.test.runtests --verbose --fail-if-logs=false || + "${EPYTHON}" -m tornado.test.runtests --verbose || die "tests failed under ${EPYTHON}" }