aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-tqdm/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-03-06 11:10:04 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-03-06 11:10:04 +0000
commit609a768b469014f279b31ef6f6c2e7acd26b85a0 (patch)
tree07493c24fed2a12fea1008314608a8f978a63665 /testing/py-tqdm/APKBUILD
parent73f0cb176c5dc28bb94be5c1c857d777d1c2df55 (diff)
testing/py-tqdm: remove failing tests on s390x
Diffstat (limited to 'testing/py-tqdm/APKBUILD')
-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 cd0d848b21b..e7454434800 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
}