diff options
Diffstat (limited to 'community/py3-apipkg/APKBUILD')
-rw-r--r-- | community/py3-apipkg/APKBUILD | 2 |
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" |