diff --git a/testing/py3-trimesh/APKBUILD b/testing/py3-trimesh/APKBUILD index 7087c8d2b8f..90a022d516c 100644 --- a/testing/py3-trimesh/APKBUILD +++ b/testing/py3-trimesh/APKBUILD @@ -6,9 +6,8 @@ pkgrel=2 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 # riscv64, no py3-shapely -arch="noarch !x86 !armhf !armv7 !s390x !riscv64" +arch="noarch !x86 !armhf !armv7 !riscv64" # TODO: investigate why checks stall options="!check" license="MIT"