From 037a5bfb68476b7bd67439c21ba2af92fc59d739 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Tue, 6 Aug 2019 08:32:58 -0500 Subject: user/py3-packaging: disable tests: another cyclic dependency YAY --- user/py3-packaging/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user') 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" -- cgit v1.2.3-60-g2f50