diff --git a/testing/py3-trimesh/APKBUILD b/testing/py3-trimesh/APKBUILD
index 6be39b37d4d1ddd6261a729218312d8bc3dc1bee..0699d0dbf5b8196b8491f3bd2cbe4635f0b9442a 100644
--- a/testing/py3-trimesh/APKBUILD
+++ b/testing/py3-trimesh/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="Python library for working with triangular meshes"
 url="https://github.com/mikedh/trimesh"
 # x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches
 # s390x, no py3-rtree
-arch="noarch !x86 !armhf !armv7 !s390x"
+# riscv64, no py3-shapely
+arch="noarch !x86 !armhf !armv7 !s390x !riscv64"
 license="MIT"
 depends="
 	py3-colorlog