From 07a8af9c506fe4ca4e314d7dbd7afa0cec6be009 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 15 May 2025 10:43:35 -0400 Subject: [PATCH] testing/py3-python-jwt: move from community, disable tests --- {community => testing}/py3-python-jwt/APKBUILD | 1 + 1 file changed, 1 insertion(+) rename {community => testing}/py3-python-jwt/APKBUILD (95%) diff --git a/community/py3-python-jwt/APKBUILD b/testing/py3-python-jwt/APKBUILD similarity index 95% rename from community/py3-python-jwt/APKBUILD rename to testing/py3-python-jwt/APKBUILD index 855d443684a..b98a6fc46c9 100644 --- a/community/py3-python-jwt/APKBUILD +++ b/testing/py3-python-jwt/APKBUILD @@ -15,6 +15,7 @@ checkdepends="py3-pyvows py3-gevent py3-coverage py3-mock npm" subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver +options="!check" # Test failure due to being too old build() { gpep517 build-wheel \