testing/py3-trimesh: enable on s390x

This commit is contained in:
J. Neuschäfer 2025-07-01 04:36:42 +00:00 committed by achill (fossdd)
parent b10220ba5c
commit e3e699f05e

View File

@ -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"