community/py3-lmdb: skip test

Skip test failing on most arches, same error as described in
4d50ec1c2ee53fa0690010de3b1726eaacaa33ed.
This commit is contained in:
mio 2026-03-30 05:35:31 +00:00
parent 0602242561
commit f36bfb9a47

View File

@ -31,13 +31,9 @@ check() {
.testenv/bin/python3 -m installer .dist/*.whl
local skipped_tests="not testNextNodupAfterDeletePutSingleKey and not testPrevNodupAfterDeletePutSingleKey"
case "$CARCH" in
# Test test_close segfaults on aarch64, arm*, loongarch64, ppc64le
aarch64|arm*|loongarch64|ppc64le)
.testenv/bin/python3 -m pytest -v -k "$skipped_tests and not test_close" ;;
*)
.testenv/bin/python3 -m pytest -v -k "$skipped_tests";;
esac
# Test test_close segfaults on multiple arches with CPython 3.14
# aarch64, arm*, loongarch64, ppc64le, x86
.testenv/bin/python3 -m pytest -v -k "$skipped_tests and not test_close"
}
package() {