diff options
Diffstat (limited to 'community/py-opencl')
-rw-r--r-- | community/py-opencl/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/py-opencl/APKBUILD b/community/py-opencl/APKBUILD index c412c76e62..2c82ac90d1 100644 --- a/community/py-opencl/APKBUILD +++ b/community/py-opencl/APKBUILD @@ -15,6 +15,7 @@ checkdepends="py-six py-decorator pytest py-py" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" +options="!check" # FIXME: tests are broken (see commit message for details) build() { cd "$builddir" |