diff options
Diffstat (limited to 'user/py3-packaging')
-rw-r--r-- | user/py3-packaging/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/py3-packaging/APKBUILD b/user/py3-packaging/APKBUILD index 678fc4872..1bd5298dd 100644 --- a/user/py3-packaging/APKBUILD +++ b/user/py3-packaging/APKBUILD @@ -9,11 +9,12 @@ pkgrel=0 pkgdesc="Core utilities for Python packages" url="https://pypi.python.org/pypi/packaging" arch="noarch" +options="!check" # Cyclic dependency with py3-pytest. # Certified net clean license="Apache-2.0 AND BSD-2-Clause" depends="python3 py3-attrs py3-pyparsing py3-six" makedepends="python3-dev" -checkdepends="py3-pytest py3-pretend" +#checkdepends="py3-pytest py3-pretend" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz test-glibc.patch" builddir="$srcdir/$_pkgname-$pkgver" |