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/distlib/
Date: Thu, 12 May 2022 07:13:44
Message-Id: 1652339612.2c2d7a5985a157a28ae1f92184b39e0f503e5bab.mgorny@gentoo
1 commit: 2c2d7a5985a157a28ae1f92184b39e0f503e5bab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 06:47:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 07:13:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2d7a59
7
8 dev-python/distlib: Skip more tests
9
10 Closes: https://bugs.gentoo.org/843839
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/distlib/distlib-0.3.4-r2.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/distlib/distlib-0.3.4-r2.ebuild b/dev-python/distlib/distlib-0.3.4-r2.ebuild
17 index 0b346ea09204..61b526013800 100644
18 --- a/dev-python/distlib/distlib-0.3.4-r2.ebuild
19 +++ b/dev-python/distlib/distlib-0.3.4-r2.ebuild
20 @@ -47,6 +47,8 @@ src_prepare() {
21 sed -i -e 's:test_custom_shebang:_&:' tests/test_scripts.py || die
22 # broken with py3.11, doesn't look important
23 sed -i -e 's:test_sequencer_basic:_&:' tests/test_util.py || die
24 + # https://bugs.gentoo.org/843839
25 + sed -i -e 's:test_interpreter_args:_&:' tests/test_scripts.py || die
26
27 distutils-r1_src_prepare
28 }