commit: f832ad00f4b459af5f6b4bf6bdef2bcdd78f68dc Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Wed May 26 10:34:48 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed May 26 10:34:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f832ad00
dev-python/manhole: skip failing test Closes: https://bugs.gentoo.org/792225 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/manhole/manhole-1.8.0.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-python/manhole/manhole-1.8.0.ebuild b/dev-python/manhole/manhole-1.8.0.ebuild index f0e68e5ae..e6edae08f 100644 --- a/dev-python/manhole/manhole-1.8.0.ebuild +++ b/dev-python/manhole/manhole-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" +BDEPEND=" test? ( dev-python/eventlet[${PYTHON_USEDEP}] dev-python/gevent[${PYTHON_USEDEP}] @@ -32,13 +32,11 @@ DEPEND=" S="${WORKDIR}/${MY_PN}-${PV}" -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-py3doc-enhanced-theme \ - dev-python/sphinxcontrib-napoleon +distutils_enable_tests --install pytest + +distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme python_test() { - distutils_install_for_testing epytest \ --deselect tests/test_manhole.py::test_non_daemon_connection \ --deselect tests/test_manhole.py::test_daemon_connection \ @@ -47,6 +45,7 @@ python_test() { --deselect tests/test_manhole.py::test_connection_handler_exec[str] \ --deselect tests/test_manhole.py::test_connection_handler_exec[func] \ --deselect tests/test_manhole.py::test_environ_variable_activation \ + --deselect tests/test_manhole.py::test_stderr_doesnt_deadlock \ --deselect tests/test_manhole_cli.py::test_help }
