summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/tornado/tornado-3.1.1.ebuild')
-rw-r--r--www-servers/tornado/tornado-3.1.1.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/www-servers/tornado/tornado-3.1.1.ebuild b/www-servers/tornado/tornado-3.1.1.ebuild
index c75f41678037..9656bcb1eca2 100644
--- a/www-servers/tornado/tornado-3.1.1.ebuild
+++ b/www-servers/tornado/tornado-3.1.1.ebuild
@@ -23,15 +23,6 @@ DEPEND="${RDEPEND}
REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )"
-src_test() {
- # The test server tries to bind at an unused port but suffers
- # a race condition in it. Seems to be fixed already.
- # https://github.com/facebook/tornado/blob/master/tornado/test/process_test.py#L64
- local DISTUTILS_NO_PARALLEL_BUILD=1
-
- distutils-r1_src_test
-}
-
python_test() {
cd "${TMPDIR}" || die
"${PYTHON}" -m tornado.test.runtests || die "Tests fail with ${EPYTHON}"