mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user