diff --git a/testing/py3-requests-cache/APKBUILD b/community/py3-requests-cache/APKBUILD
similarity index 96%
rename from testing/py3-requests-cache/APKBUILD
rename to community/py3-requests-cache/APKBUILD
index a8763f940f0a4eee40652f0a3b2a03ab7d1a6aba..345b0280ed6513230163345607df0eef595e22c8 100644
--- a/testing/py3-requests-cache/APKBUILD
+++ b/community/py3-requests-cache/APKBUILD
@@ -12,6 +12,7 @@ depends="python3 py3-requests"
 makedepends="py3-setuptools"
 checkdepends="py3-mock"
 source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+options="net" # Required for tests
 builddir="$srcdir/$_pkgname-$pkgver"
 
 prepare() {