Skip to content

Commit

Permalink
testing/py3-piexif: disable tests
Browse files Browse the repository at this point in the history
tests are broken with recent pillow
hMatoba/Piexif#108
  • Loading branch information
ncopa committed Apr 5, 2021
1 parent 7e697d0 commit 6976b95
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions testing/py3-piexif/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Contributor: prspkt <prspkt@protonmail.com>
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=py3-piexif
_pkgname=piexif
_pyname=piexif
pkgver=1.1.3
pkgrel=1
pkgrel=2
pkgdesc="EXIF manipulations with Python"
url="https://github.com/hMatoba/Piexif"
arch="noarch !armhf !armv7 !s390x !x86" # Test failures
license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pillow"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip"
builddir="$srcdir"/$_pkgname-$pkgver
options="!check" # tests are broken https://github.com/hMatoba/Piexif/issues/108
source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.zip"
builddir="$srcdir"/$_pyname-$pkgver

build() {
python3 setup.py build
Expand Down

0 comments on commit 6976b95

Please sign in to comment.