From 6f2080df67a058763ac6d2a3616d07ba804570ee Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 21 Nov 2019 12:15:09 +0100 Subject: [PATCH] testing/py3-pynvim: disable on aarch64 and s390x --- testing/py3-pynvim/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-pynvim/APKBUILD b/testing/py3-pynvim/APKBUILD index f9b2b80d760..70c93c015ba 100644 --- a/testing/py3-pynvim/APKBUILD +++ b/testing/py3-pynvim/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="python client and plugin host for Nvim" options="!check" # Tests fail on the builders url="https://github.com/neovim/pynvim" -arch="noarch" +arch="noarch !aarch64 !s390x" # Arches where neovim is not available license="Apache-2.0" depends="neovim python3 py3-msgpack py3-greenlet" makedepends="py3-setuptools"