dev-python/tornado: Reenable failing on uncaught logs

The PyPy issue was fixed via 7d13055a987acdfeac0dc57f5a5052e2c11f62b0.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-16 13:16:19 +02:00
parent 9491b0f400
commit c7e1d3bb9a

View File

@@ -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}"
}