aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:50:49 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:54:59 +0000
commitf0724ab42e14deec482c93081d29fb680e19b1c8 (patch)
treee79ce3aae0dc6e0915407c312b143f91574d7a26
parent720f8d079feaca4f8574931104ec149d053a1152 (diff)
downloadaports-f0724ab42e14deec482c93081d29fb680e19b1c8.tar.bz2
aports-f0724ab42e14deec482c93081d29fb680e19b1c8.tar.xz
testing/py3-mmh3: disable tests on mips
-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
}