From 262ee4db31e1258580005824bcd6d6d1ba164f11 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Wed, 19 Aug 2015 14:59:43 +0800 Subject: dev-python/numexpr: add patch merged upstream to fix test failures Package-Manager: portage-2.2.20 --- dev-python/numexpr/numexpr-2.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/numexpr/numexpr-2.4.3.ebuild') diff --git a/dev-python/numexpr/numexpr-2.4.3.ebuild b/dev-python/numexpr/numexpr-2.4.3.ebuild index 40aa4ecea9db..34e62183e34b 100644 --- a/dev-python/numexpr/numexpr-2.4.3.ebuild +++ b/dev-python/numexpr/numexpr-2.4.3.ebuild @@ -23,6 +23,8 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" +PATCHES=( "${FILESDIR}"/${P}-testfix.patch ) + python_prepare_all() { # TODO: mkl can be used but it fails for me # only works with mkl in tree. newer mkl will use pkgconfig @@ -46,8 +48,6 @@ python_compile() { } python_test() { - # https://github.com/pydata/numexpr/issues/177 - # there are 2 known test failures under py3 only pushd "${BUILD_DIR}"/lib > /dev/null "${PYTHON}" -c "import numexpr; numexpr.test()" || die pushd > /dev/null -- cgit v1.2.3-65-gdbad