aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-fastavro
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:48:31 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:54:59 +0000
commitfdc1ab9b2bbc06a4486f8020c447f4dd16a0db3c (patch)
tree89b45d768984c39b79308490dec2a51aea3befa1 /testing/py3-fastavro
parent4abceede091ee19bfb854308d93fe0bdcd72cdcd (diff)
downloadaports-fdc1ab9b2bbc06a4486f8020c447f4dd16a0db3c.tar.bz2
aports-fdc1ab9b2bbc06a4486f8020c447f4dd16a0db3c.tar.xz
testing/py3-fastavro: disable on mips
Diffstat (limited to 'testing/py3-fastavro')
-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"