aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-padatious/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-padatious/APKBUILD b/testing/py3-padatious/APKBUILD
index 8fa4e248a9c..9c997d1d1a9 100644
--- a/testing/py3-padatious/APKBUILD
+++ b/testing/py3-padatious/APKBUILD
@@ -5,12 +5,13 @@ pkgver=0.4.8
pkgrel=0
pkgdesc="A neural network intent parser"
url="http://padatious.readthedocs.io/"
-arch= #"noarch" Disable to unblock the builders
+arch=noarch
license="Apache-2.0"
depends="python3 py3-padaos py3-xxhash py3-fann2"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="https://github.com/MycroftAI/padatious/archive/v$pkgver/padatious-v$pkgver.tar.gz"
+options="!check" # Tests are broken https://github.com/MycroftAI/padatious/issues/28
builddir="$srcdir/padatious-$pkgver"
build() {