From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7775E139335 for ; Mon, 28 Jun 2021 13:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63BECE0844; Mon, 28 Jun 2021 13:34:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AB6BE0844 for ; Mon, 28 Jun 2021 13:34:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A07133BED9 for ; Mon, 28 Jun 2021 13:34:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96D07BC for ; Mon, 28 Jun 2021 13:34:15 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1624887254.ec7c448b97416dc6971a17dc88042eeda4fb884e.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sanic/sanic-21.6.0.ebuild X-VCS-Directories: dev-python/sanic/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: ec7c448b97416dc6971a17dc88042eeda4fb884e X-VCS-Branch: dev Date: Mon, 28 Jun 2021 13:34:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a60d3b6-6bbc-46b6-b755-b7bd0087c807 X-Archives-Hash: f8bdc62abbb5c49d2dedb29de2416c86 commit: ec7c448b97416dc6971a17dc88042eeda4fb884e Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jun 28 13:33:55 2021 +0000 Commit: Alessandro Barbieri gmail com> 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 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 +}