From c7e1d3bb9a62e6ed5bfc9c080a5e20d137445148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 16 May 2025 13:16:19 +0200 Subject: [PATCH] dev-python/tornado: Reenable failing on uncaught logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The PyPy issue was fixed via 7d13055a987acdfeac0dc57f5a5052e2c11f62b0. Signed-off-by: Michał Górny --- 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 93ece72543c7b..d7daedaebb94e 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}" }