aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-fastavro/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-fastavro/APKBUILD b/testing/py3-fastavro/APKBUILD
index f88c11dae8..684a754201 100644
--- a/testing/py3-fastavro/APKBUILD
+++ b/testing/py3-fastavro/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="Fast Avro for Python"
# unpackaged python modules 'zstandard' and 'python-snappy'
options="!check"
url="https://github.com/fastavro/fastavro"
-arch="all !x86" # _tz_ tests fail
+arch="all !x86 !mips !mips64" # _tz_ tests fail, blocked by numpy on mips
license="MIT"
depends="py3-six"
makedepends="py3-setuptools python3-dev cython"