From f7b64cab7390bbbb306df543f79fb95ca5088e2b Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Tue, 26 Jan 2021 04:52:24 -0300
Subject: [PATCH] testing/*: merge multiple options declarations, remove
 duplicates

---
 testing/agg/APKBUILD                | 1 -
 testing/py3-drf-yasg/APKBUILD       | 1 -
 testing/py3-pyramid-layout/APKBUILD | 1 -
 3 files changed, 3 deletions(-)

diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD
index 5d8ac2b8cf64..dca87ea03304 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 511cfaa1f918..583bd8a45cc1 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 d5bb2c090453..7d852ecd500b 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"
-- 
GitLab