aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-tqdm/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py-tqdm/APKBUILD b/testing/py-tqdm/APKBUILD
index cd0d848b21..e745443480 100644
--- a/testing/py-tqdm/APKBUILD
+++ b/testing/py-tqdm/APKBUILD
@@ -2,7 +2,7 @@
pkgname=py-tqdm
_pkgname=tqdm
pkgver=4.31.1
-pkgrel=0
+pkgrel=1
pkgdesc="Fast, Extensible Progress Meter"
url="https://pypi.python.org/pypi/tqdm"
arch="noarch"
@@ -20,6 +20,7 @@ prepare() {
case "$CARCH" in
# FIXME: remove selected failing tests on selected arches
aarch64) rm tqdm/tests/tests_perf.py;;
+ s390x) rm tqdm/tests/tests_perf.py;;
x86) rm tqdm/tests/tests_synchronisation.py;;
esac
}