mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/py3-lmdb: skip test
Skip test failing on most arches, same error as described in 4d50ec1c2ee53fa0690010de3b1726eaacaa33ed.
This commit is contained in:
parent
0602242561
commit
f36bfb9a47
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user