aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-fastavro
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-16 05:37:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-16 05:38:31 -0300
commiteec7aa35d1bfb2f9b3460c8e2bf618311002926f (patch)
tree399cabebe45c68796292e62e85e2198a23fb8429 /testing/py3-fastavro
parented4dc0abbc71535056a9408687b9c3e3d9a0801f (diff)
downloadaports-eec7aa35d1bfb2f9b3460c8e2bf618311002926f.tar.bz2
aports-eec7aa35d1bfb2f9b3460c8e2bf618311002926f.tar.xz
testing/py3-fastavro: disable on x86
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 dbd989aba8..bf1dd4f130 100644
--- a/testing/py3-fastavro/APKBUILD
+++ b/testing/py3-fastavro/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.21.24
pkgrel=0
pkgdesc="Fast Avro for Python"
url="https://github.com/fastavro/fastavro"
-arch="all"
+arch="all !x86" # _tz_ tests fail
license="MIT"
depends="py3-six"
makedepends="py3-setuptools python3-dev cython3"