aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-webtest/APKBUILD (renamed from testing/py3-webtest/APKBUILD)2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/py3-webtest/APKBUILD b/community/py3-webtest/APKBUILD
index 2be755bc779..839baa48ba7 100644
--- a/testing/py3-webtest/APKBUILD
+++ b/community/py3-webtest/APKBUILD
@@ -7,6 +7,8 @@ pkgdesc="A Helper to test WSGI applications"
url="http://webtest.pythonpaste.org/"
arch="noarch"
license="MIT"
+# circular test dependency with py3-wsgiproxy2
+options="!check"
depends="python3 py3-beautifulsoup4 py3-waitress py3-webob"
makedepends="py3-setuptools"
checkdepends="py3-lxml py3-paste py3-pastedeploy py3-pytest py3-wsgiproxy2"