aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 16:39:42 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 16:39:42 +0100
commit0e574528c919aebcc4d1e0fee4702ff9587c69b1 (patch)
treeddfa3ef072b7d8bd430ced91442e016c38f7a509 /community
parent1722c29dfbd0ff453f6200deb9f9ee6abf2d5c30 (diff)
downloadaports-0e574528c919aebcc4d1e0fee4702ff9587c69b1.tar.bz2
aports-0e574528c919aebcc4d1e0fee4702ff9587c69b1.tar.xz
community/py3-apipkg: disable tests
They are know to be incompatible with Pytest 5.1 and above. See: https://github.com/pytest-dev/apipkg/issues/17
Diffstat (limited to 'community')
-rw-r--r--community/py3-apipkg/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/py3-apipkg/APKBUILD b/community/py3-apipkg/APKBUILD
index 5be6f00832..a8c1105685 100644
--- a/community/py3-apipkg/APKBUILD
+++ b/community/py3-apipkg/APKBUILD
@@ -5,6 +5,8 @@ _pkgname=apipkg
pkgver=1.5
pkgrel=4
pkgdesc="apipkg: namespace control and lazy-import mechanism"
+# https://github.com/pytest-dev/apipkg/issues/17
+options="!check" # Known incompatibilites with pytest5
url="https://github.com/pytest-dev/apipkg"
arch="noarch"
license="MIT"