diff options
-rw-r--r-- | testing/py3-pynvim/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pynvim/APKBUILD b/testing/py3-pynvim/APKBUILD index f9b2b80d76..70c93c015b 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" |