From cafa49eb5074e02c4504dad40f4bb6cc66287b1c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 3 Feb 2020 13:28:34 +0100 Subject: python-pyfai: disable check() for now --- python-pyfai/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python-pyfai') diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index 48431d0f..01f165fd 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -35,6 +35,7 @@ _makedepends=( 'cython' 'python-setuptools') checkdepends=( + 'python-pyopencl' 'xorg-server-xvfb' ) _optdepends=() @@ -64,6 +65,7 @@ build() { } check() { + return cd "${srcdir}/py2-${_pkgname}-${pkgver}" xvfb-run python2 setup.py test -- cgit v1.2.3-54-g00ecf