summaryrefslogtreecommitdiff
path: root/user/py3-packaging
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-08-06 08:32:58 -0500
committerMax Rees <maxcrees@me.com>2019-08-06 08:32:58 -0500
commit037a5bfb68476b7bd67439c21ba2af92fc59d739 (patch)
tree352b40e0909b53f7acab7f2a5099d57865b26fd5 /user/py3-packaging
parent3350abe8925d99bc448b9c190c94ff13b84a7625 (diff)
downloadpackages-037a5bfb68476b7bd67439c21ba2af92fc59d739.tar.gz
packages-037a5bfb68476b7bd67439c21ba2af92fc59d739.tar.bz2
packages-037a5bfb68476b7bd67439c21ba2af92fc59d739.tar.xz
packages-037a5bfb68476b7bd67439c21ba2af92fc59d739.zip
user/py3-packaging: disable tests: another cyclic dependency YAY
Diffstat (limited to 'user/py3-packaging')
-rw-r--r--user/py3-packaging/APKBUILD3
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"