Skip to content

Commit

Permalink
main/py-pillow: disable tests on s390x
Browse files Browse the repository at this point in the history
Testsuites fail on big endian arch

Upstream report:
python-pillow/Pillow#3798
python-pillow/Pillow#1204
  • Loading branch information
tuan-hoang1 authored and clandmeter committed Apr 23, 2019
1 parent c4d9d90 commit b65c2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/py-pillow/APKBUILD
Expand Up @@ -3,7 +3,7 @@
pkgname=py-pillow
_pkgname=Pillow
pkgver=6.0.0
pkgrel=0
pkgrel=1
pkgdesc="Python Imaging Library"
url="https://python-pillow.org"
arch="all"
Expand All @@ -14,6 +14,7 @@ makedepends="python2-dev python3-dev py-setuptools freetype-dev jpeg-dev libwebp
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
[ "$CARCH" = "s390x" ] && options="!check"

build() {
cd "$builddir"
Expand Down

0 comments on commit b65c2c0

Please sign in to comment.