commit: c7e1d3bb9a62e6ed5bfc9c080a5e20d137445148
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 11:16:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}"
}