mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
www-servers/tornado: Fix testing speedups
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -43,6 +43,7 @@ src_prepare() {
|
||||
|
||||
python_test() {
|
||||
local -x ASYNC_TEST_TIMEOUT=60
|
||||
cd "${BUILD_DIR}/lib" || die
|
||||
"${PYTHON}" -m tornado.test.runtests --verbose ||
|
||||
die "tests failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user