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"