aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-28 15:33:55 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-28 15:34:14 +0200
commitec7c448b97416dc6971a17dc88042eeda4fb884e (patch)
tree8d4c412caf2bc7ee085da9f2b06d6ad89f4f0fc5
parentdev-python/hunter: deselect manhole tests (diff)
downloadguru-ec7c448b.tar.gz
guru-ec7c448b.tar.bz2
guru-ec7c448b.zip
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@gmail.com>
-rw-r--r--dev-python/sanic/sanic-21.6.0.ebuild6
1 files 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
+}