commit: ec7c448b97416dc6971a17dc88042eeda4fb884e Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon Jun 28 13:33:55 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jun 28 13:34:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec7c448b
dev-python/sanic: deselect failing test Closes: https://bugs.gentoo.org/799023 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/sanic/sanic-21.6.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sanic/sanic-21.6.0.ebuild b/dev-python/sanic/sanic-21.6.0.ebuild index aea862df5..d08cf1664 100644 --- a/dev-python/sanic/sanic-21.6.0.ebuild +++ b/dev-python/sanic/sanic-21.6.0.ebuild @@ -50,6 +50,6 @@ distutils_enable_sphinx docs \ dev-python/recommonmark \ www-servers/gunicorn -#python_test() { -# pytest -vv --deselect tests/test_unix_socket.py::test_zero_downtime tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die -#} +python_test() { + pytest -vv --deselect tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die +}
