From f0724ab42e14deec482c93081d29fb680e19b1c8 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 17:50:49 +0000 Subject: testing/py3-mmh3: disable tests on mips --- testing/py3-mmh3/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing') diff --git a/testing/py3-mmh3/APKBUILD b/testing/py3-mmh3/APKBUILD index 49360a08f2..f021201f8f 100644 --- a/testing/py3-mmh3/APKBUILD +++ b/testing/py3-mmh3/APKBUILD @@ -14,6 +14,11 @@ subpackages="$pkgname-doc" source="mmh3-$pkgver.tar.gz::https://github.com/hajimes/mmh3/archive/v$pkgver.tar.gz" builddir="$srcdir/mmh3-$pkgver" +case "$CARCH" in +# tests blocked by py3-numpy +mips*) options="!check";; +esac + build() { python3 setup.py build } -- cgit v1.2.3