diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD index 5d8ac2b8cf64c6bf376a0c5809cff29d24314502..dca87ea03304bcb5fa24e970e746ae5924f8c7a8 100644 --- a/testing/agg/APKBUILD +++ b/testing/agg/APKBUILD @@ -8,7 +8,6 @@ options="!check" # No testsuite url="https://src.fedoraproject.org/rpms/agg" arch="all" license="GPL-2.0-or-later" -options="!check" makedepends="autoconf automake libtool sdl-dev freetype-dev" subpackages="$pkgname-dev" source="https://sources.archlinux.org/other/community/agg/$pkgname-free-$pkgver.tar.gz diff --git a/testing/py3-drf-yasg/APKBUILD b/testing/py3-drf-yasg/APKBUILD index 511cfaa1f918141803c0cd867a2adcb34809f687..583bd8a45cc13998c6f355188c5e48edf73b53b3 100644 --- a/testing/py3-drf-yasg/APKBUILD +++ b/testing/py3-drf-yasg/APKBUILD @@ -13,7 +13,6 @@ depends="py3-django py3-coreschema py3-ruamel.yaml py3-inflection makedepends="py3-setuptools py3-setuptools_scm py3-pbr" # Requires unpackaged datadiff pytest-pythonpath pytest-django checkdepends="py3-pytest py3-pytest-cov py3-pytest-xdist" -options="!check" # no test suite source="$pkgname-$pkgver.tar.gz::https://github.com/axnsan12/drf-yasg/archive/$pkgver.tar.gz" builddir="$srcdir"/drf-yasg-$pkgver diff --git a/testing/py3-pyramid-layout/APKBUILD b/testing/py3-pyramid-layout/APKBUILD index d5bb2c090453a5aa9924b46d9d4af44ff004fbec..7d852ecd500bd5af940e7962c13649e4f5e0b067 100644 --- a/testing/py3-pyramid-layout/APKBUILD +++ b/testing/py3-pyramid-layout/APKBUILD @@ -11,7 +11,6 @@ arch="noarch" license="custom" depends="python3 py3-pyramid" makedepends="py3-setuptools" -options="!check" subpackages="$pkgname-doc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver"