From 9d2339861e5d7ff83c2f99c6205490cdf342855d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 17 Jun 2020 13:00:27 +0200 Subject: www-servers/tornado: Fix testing speedups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-servers/tornado/tornado-6.0.4.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'www-servers/tornado') diff --git a/www-servers/tornado/tornado-6.0.4.ebuild b/www-servers/tornado/tornado-6.0.4.ebuild index e0d9db3ce167..ee6d9ccf897b 100644 --- a/www-servers/tornado/tornado-6.0.4.ebuild +++ b/www-servers/tornado/tornado-6.0.4.ebuild @@ -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}" } -- cgit v1.2.3-65-gdbad