summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-18 07:56:31 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-18 07:56:31 +0100
commitc7f2cb2ea645f19916351a58d341c58ecf6de981 (patch)
treeffc52183d4168decd2608201df414c76a1714dba /dev-python/waitress
parentdev-python/cairocffi: Bump to 1.5.0 (diff)
downloadgentoo-c7f2cb2ea645f19916351a58d341c58ecf6de981.tar.gz
gentoo-c7f2cb2ea645f19916351a58d341c58ecf6de981.tar.bz2
gentoo-c7f2cb2ea645f19916351a58d341c58ecf6de981.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/waitress')
-rw-r--r--dev-python/waitress/waitress-2.1.2.ebuild5
1 files changed, 5 insertions, 0 deletions
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