summaryrefslogtreecommitdiff
path: root/user/py3-attrs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-attrs/APKBUILD')
-rw-r--r--user/py3-attrs/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/py3-attrs/APKBUILD b/user/py3-attrs/APKBUILD
index 8acb9ced9..fad246453 100644
--- a/user/py3-attrs/APKBUILD
+++ b/user/py3-attrs/APKBUILD
@@ -6,10 +6,11 @@ pkgrel=0
pkgdesc="Python classes without boilerplate"
url="https://www.attrs.org"
arch="noarch"
+options="!check" # Circular dependency with py3-pytest. Passes on x86_64
license="MIT"
depends="python3"
makedepends="python3-dev"
-checkdepends="py3-tox"
+#checkdepends="py3-tox"
source="py3-attrs-$pkgver.tar.gz::https://github.com/python-attrs/attrs/archive/$pkgver.tar.gz"
builddir="$srcdir/attrs-$pkgver"