mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/py3-tqdm: deselect test_lock_args on all archs
It was originally disabled, and while it passes on the CI, it fails on the builders, outputting a 15MB log when it does so.
This commit is contained in:
parent
5b6cf69bb8
commit
60325031ef
@ -39,14 +39,15 @@ check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
|
||||
# 30s timeout
|
||||
case "$CARCH" in
|
||||
riscv64)
|
||||
# 30s timeout
|
||||
.testenv/bin/python3 -m pytest \
|
||||
--ignore tests/tests_perf.py
|
||||
;;
|
||||
*)
|
||||
.testenv/bin/python3 -m pytest
|
||||
.testenv/bin/python3 -m pytest \
|
||||
--deselect tests/tests_perf.py::test_lock_args
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user