Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/
Date: Thu, 02 Jul 2020 08:29:35
Message-Id: 1593678558.6314126881556e9a9a1abd8f68fe9a44b49d12a1.mgorny@gentoo
1 commit: 6314126881556e9a9a1abd8f68fe9a44b49d12a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 08:09:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 08:29:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63141268
7
8 dev-python/loky: Fix tests
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/loky/loky-2.8.0.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-python/loky/loky-2.8.0.ebuild b/dev-python/loky/loky-2.8.0.ebuild
16 index 19d795ff789..6d84a226623 100644
17 --- a/dev-python/loky/loky-2.8.0.ebuild
18 +++ b/dev-python/loky/loky-2.8.0.ebuild
19 @@ -29,6 +29,9 @@ src_prepare() {
20 # docker, seriously?
21 sed -e 's:test_cpu_count_cfs_limit:_&:' \
22 -i tests/test_loky_module.py || die
23 + # suddenly started failing :-(
24 + sed -e 's:test_serialization:_&:' \
25 + -i tests/_test_process_executor.py || die
26
27 distutils-r1_src_prepare
28 }