From c96dbe6cebbbd4df95ccb8e10f55cf48b6ceef26 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 14 Aug 2020 00:24:26 -0300 Subject: [PATCH] testing/py3-piexif: disable on armhf because of failing tests --- testing/py3-piexif/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-piexif/APKBUILD b/testing/py3-piexif/APKBUILD index 4eade68ef5a..7aed3f39425 100644 --- a/testing/py3-piexif/APKBUILD +++ b/testing/py3-piexif/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.1.3 pkgrel=1 pkgdesc="EXIF manipulations with Python" url="https://github.com/hMatoba/Piexif" -arch="noarch !s390x" # Test failures +arch="noarch !armhf !s390x" # Test failures license="MIT" depends="python3" makedepends="py3-setuptools"