diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-08 13:32:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-08 13:35:02 +0100 |
commit | b10627238bf020b04c97f6be140f3843ac54d2f5 (patch) | |
tree | 5c4ab73e7904d431b12bd967d3049d4f3aa76f49 /dev-python/loky | |
parent | dev-python/defusedxml: Bump to 0.7.1 (diff) | |
download | gentoo-b10627238bf020b04c97f6be140f3843ac54d2f5.tar.gz gentoo-b10627238bf020b04c97f6be140f3843ac54d2f5.tar.bz2 gentoo-b10627238bf020b04c97f6be140f3843ac54d2f5.zip |
dev-python/loky: Skip a hanging test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/loky')
-rw-r--r-- | dev-python/loky/loky-2.9.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/loky/loky-2.9.0.ebuild b/dev-python/loky/loky-2.9.0.ebuild index a4096ef4abeb..6a166599dde5 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 |