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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 410C715A7D9 for ; Sat, 18 Mar 2023 06:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74637E07C9; Sat, 18 Mar 2023 06:57:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C449E07C9 for ; Sat, 18 Mar 2023 06:57:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CBA2335D88 for ; Sat, 18 Mar 2023 06:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91CCA8E5 for ; Sat, 18 Mar 2023 06:57:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1679122591.c7f2cb2ea645f19916351a58d341c58ecf6de981.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/waitress/waitress-2.1.2.ebuild X-VCS-Directories: dev-python/waitress/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7f2cb2ea645f19916351a58d341c58ecf6de981 X-VCS-Branch: master Date: Sat, 18 Mar 2023 06:57:01 +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: ae9850b7-3cb0-465c-af3e-be581ab431ed X-Archives-Hash: 158248152e2879b5d9637ab1c5f9a48a commit: c7f2cb2ea645f19916351a58d341c58ecf6de981 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 18 06:56:31 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 18 06:56:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f2cb2e dev-python/waitress: Deselect a problematic test Thanks to Jonathan Lovelace for the report and the suggestion how to deal with it. Closes: https://bugs.gentoo.org/782031 Signed-off-by: Michał Górny gentoo.org> dev-python/waitress/waitress-2.1.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/waitress/waitress-2.1.2.ebuild b/dev-python/waitress/waitress-2.1.2.ebuild index 53fa9f25cb82..9c4d35f09719 100644 --- a/dev-python/waitress/waitress-2.1.2.ebuild +++ b/dev-python/waitress/waitress-2.1.2.ebuild @@ -21,6 +21,11 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 distutils_enable_tests pytest +EPYTEST_DESELECT=( + # fails on some systems, https://bugs.gentoo.org/782031 + tests/test_wasyncore.py::DispatcherWithSendTests::test_send +) + src_prepare() { sed -i -e 's:--cov::' setup.cfg || die distutils-r1_src_prepare