diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-24 17:48:46 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-24 17:48:46 +0300 |
commit | 1b44f2f1f8b2d26645687f58082f4cb860215bd9 (patch) | |
tree | d7ff0f8449e593394b54692055c47359cac7bf3d /testing/py3-dulwich/APKBUILD | |
parent | b9b9969217a66e982c218c1cf748e9870f153834 (diff) | |
download | aports-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/APKBUILD | 3 |
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" |