From f4bb5bf2294db0469a30d0d5fbcf2635dea470a4 Mon Sep 17 00:00:00 2001 From: Michał Polański Date: Tue, 3 Mar 2020 18:52:14 +0100 Subject: community/py3-requests-oauthlib: enable tests --- community/py3-requests-oauthlib/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/py3-requests-oauthlib/APKBUILD b/community/py3-requests-oauthlib/APKBUILD index 3c2f18cc969..d46be0c421c 100644 --- a/community/py3-requests-oauthlib/APKBUILD +++ b/community/py3-requests-oauthlib/APKBUILD @@ -4,13 +4,12 @@ _pkgname=requests-oauthlib pkgver=1.2.0 pkgrel=1 pkgdesc="First-class OAuth library support for Requests" -options="!check" # Requires 'requests-mock' url="https://pypi.python.org/pypi/requests-oauthlib" arch="noarch" license="ISC" depends="python3 py3-oauthlib py3-requests" makedepends="py3-setuptools" -checkdepends="py3-mock" +checkdepends="py3-mock py3-requests-mock" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" -- cgit v1.2.3