aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-dulwich/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-24 17:48:46 +0300
committerprspkt <prspkt@protonmail.com>2019-06-24 17:48:46 +0300
commit1b44f2f1f8b2d26645687f58082f4cb860215bd9 (patch)
treed7ff0f8449e593394b54692055c47359cac7bf3d /testing/py3-dulwich/APKBUILD
parentb9b9969217a66e982c218c1cf748e9870f153834 (diff)
downloadaports-1b44f2f1f8b2d26645687f58082f4cb860215bd9.tar.bz2
aports-1b44f2f1f8b2d26645687f58082f4cb860215bd9.tar.xz
testing/py3-dulwich: disable tests
Diffstat (limited to 'testing/py3-dulwich/APKBUILD')
-rw-r--r--testing/py3-dulwich/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-dulwich/APKBUILD b/testing/py3-dulwich/APKBUILD
index d8a11bc4b9..3527c7e476 100644
--- a/testing/py3-dulwich/APKBUILD
+++ b/testing/py3-dulwich/APKBUILD
@@ -3,11 +3,12 @@
pkgname=py3-dulwich
_pkgname=dulwich
pkgver=0.19.11
-pkgrel=0
+pkgrel=1
pkgdesc="A python implementation of the Git file formats and protocols"
url="https://www.dulwich.io"
arch="all"
license="GPL-2.0-or-later OR Apache-2.0"
+options="!check" # Tests are failing (http-backend)
depends="py3-certifi py3-urllib3"
makedepends="py3-setuptools python3-dev"
checkdepends="py3-mock"