dev-python/numpy: Skip f2py test

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575118

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-02-19 09:28:40 +01:00
parent 0125bec03f
commit 3e37225b2c

View File

@@ -109,9 +109,9 @@ python_prepare_all() {
sed -i -e '/f2py_exe/s: + os\.path.*$::' numpy/f2py/setup.py || die
# we don't have f2py-3.3
# sed \
# -e 's:test_f2py:_&:g' \
# -i numpy/tests/test_scripts.py || die
sed \
-e 's:test_f2py:_&:g' \
-i numpy/tests/test_scripts.py || die
distutils-r1_python_prepare_all
epatch_user