commit: 99bb849b6959766671fe7f33fa2848afefd90eba
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:08:17 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bb849b
www-servers/tornado: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
www-servers/tornado/tornado-3.1.1-r1.ebuild | 9 ---------
www-servers/tornado/tornado-3.1.1.ebuild | 9 ---------
2 files changed, 18 deletions(-)
diff --git a/www-servers/tornado/tornado-3.1.1-r1.ebuild
b/www-servers/tornado/tornado-3.1.1-r1.ebuild
index b48f92c..809c748 100644
--- a/www-servers/tornado/tornado-3.1.1-r1.ebuild
+++ b/www-servers/tornado/tornado-3.1.1-r1.ebuild
@@ -33,15 +33,6 @@ PATCHES=(
"${FILESDIR}/${P}-py2_6-tests-fix.patch"
)
-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}"
diff --git a/www-servers/tornado/tornado-3.1.1.ebuild
b/www-servers/tornado/tornado-3.1.1.ebuild
index c75f416..9656bcb 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}"