aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 07:11:17 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 07:11:17 +0000
commit70fdd46f1671ee7efd37280bec4df2368f8fe439 (patch)
tree76b89e984f92e4e1bb1a7a7897c09a7e0b912493
parentb9666853afab9e84a0fba5c82ca67ef34deaba15 (diff)
community/beancount: disable tests
-rw-r--r--community/beancount/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/beancount/APKBUILD b/community/beancount/APKBUILD
index 4831c3d6cb0..5ef7562ee9a 100644
--- a/community/beancount/APKBUILD
+++ b/community/beancount/APKBUILD
@@ -14,6 +14,7 @@ makedepends="python3-dev py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/blais/beancount/get/$pkgver.tar.gz"
# 0cd71fede0f3347a14ac2b7ed240b74d56a38887 2.2.1
builddir="$srcdir"/blais-$pkgname-ff1e2616b26a
+options="!check"
build() {
python3 setup.py build