aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2021-11-29 10:04:11 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-11-29 10:23:53 +0000
commit5cebe8fb7cee11cbb36ef03dd556002727819fe0 (patch)
treead5f90ff1b17d19c8a5ca6cb939a8204215fab9d
parent8b3ab2d714b175ac7272503f7c651e9ec02a9815 (diff)
community/py3-webtest: move from testing
-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"