commit:     c7f2cb2ea645f19916351a58d341c58ecf6de981
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 06:56:31 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to