From: Patrick McLean Date: Fri, 22 Nov 2019 23:58:36 +0000 (-0800) Subject: dev-python/webtest-2.0.33: Add test restrict, remove old comment X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb8e18e7db5ed9e041467662711e7be944fab5f5;p=gentoo.git dev-python/webtest-2.0.33: Add test restrict, remove old comment Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean --- diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild index f7c319ecf357..192dfb7318f4 100644 --- a/dev-python/webtest/webtest-2.0.33.ebuild +++ b/dev-python/webtest/webtest-2.0.33.ebuild @@ -42,8 +42,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" -# Makes testing easier; otherwise we get errors from pkg_resources. -#DISTUTILS_IN_SOURCE_BUILD=1 +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch" )