commit: 8dc1108d6fce7333ed6e3970bd0ca2d4609b022d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 1 20:06:46 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 1 20:55:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc1108d
dev-python/manhole: clarify restrict
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/manhole/manhole-1.6.0.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-python/manhole/manhole-1.6.0.ebuild
b/dev-python/manhole/manhole-1.6.0.ebuild
index 24175ba..6a8e3a3 100644
--- a/dev-python/manhole/manhole-1.6.0.ebuild
+++ b/dev-python/manhole/manhole-1.6.0.ebuild
@@ -22,6 +22,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
+#majority of test works but I can't exclude the failing one easily
RESTRICT="test"
RDEPEND=""
@@ -33,12 +34,18 @@ DEPEND="
dev-python/process-tests[${PYTHON_USEDEP}]
dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
- www-servers/uwsgi[python,python_gevent,${PYTHON_USEDEP}]
)
"
+# www-servers/uwsgi[python,python_gevent,${PYTHON_USEDEP}]
S="${WORKDIR}/${MYPN}-${PV}"
+#src_prepare() {
+# #wsgi test require network
+# rm tests/wsgi.py || die
+# default
+#}
+
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/sphinx-py3doc-enhanced-theme \