diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-06 11:10:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-06 11:10:04 +0000 |
commit | 609a768b469014f279b31ef6f6c2e7acd26b85a0 (patch) | |
tree | 07493c24fed2a12fea1008314608a8f978a63665 /testing/py-tqdm | |
parent | 73f0cb176c5dc28bb94be5c1c857d777d1c2df55 (diff) | |
download | aports-609a768b469014f279b31ef6f6c2e7acd26b85a0.tar.bz2 aports-609a768b469014f279b31ef6f6c2e7acd26b85a0.tar.xz |
testing/py-tqdm: remove failing tests on s390x
Diffstat (limited to 'testing/py-tqdm')
-rw-r--r-- | testing/py-tqdm/APKBUILD | 3 |
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 } |