commit: b10627238bf020b04c97f6be140f3843ac54d2f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 8 12:32:45 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 8 12:35:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1062723
dev-python/loky: Skip a hanging test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/loky/loky-2.9.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/loky/loky-2.9.0.ebuild
b/dev-python/loky/loky-2.9.0.ebuild
index a4096ef4abe..6a166599dde 100644
--- a/dev-python/loky/loky-2.9.0.ebuild
+++ b/dev-python/loky/loky-2.9.0.ebuild
@@ -33,6 +33,8 @@ python_test() {
local args=(
# docker, seriously?
--deselect 'tests/test_loky_module.py::test_cpu_count_cfs_limit'
+ # hangs, and even pytest-timeout does not help
+ --deselect
'tests/test_reusable_executor.py::TestExecutorDeadLock::test_deadlock_kill'
# one test that uses a lot of memory, also broken on 32-bit
# platforms
--skip-high-memory