diff --git a/dev-python/manhole/manhole-1.6.0.ebuild b/dev-python/manhole/manhole-1.6.0.ebuild index 24175bac7e..6a8e3a3e29 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 \