aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-mmh3/APKBUILD5
1 files changed, 5 insertions, 0 deletions
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
}