From 2c2d7a5985a157a28ae1f92184b39e0f503e5bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 May 2022 08:47:17 +0200 Subject: [PATCH] dev-python/distlib: Skip more tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/843839 Signed-off-by: Michał Górny --- dev-python/distlib/distlib-0.3.4-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/distlib/distlib-0.3.4-r2.ebuild b/dev-python/distlib/distlib-0.3.4-r2.ebuild index 0b346ea092048..61b5260138004 100644 --- a/dev-python/distlib/distlib-0.3.4-r2.ebuild +++ b/dev-python/distlib/distlib-0.3.4-r2.ebuild @@ -47,6 +47,8 @@ src_prepare() { sed -i -e 's:test_custom_shebang:_&:' tests/test_scripts.py || die # broken with py3.11, doesn't look important sed -i -e 's:test_sequencer_basic:_&:' tests/test_util.py || die + # https://bugs.gentoo.org/843839 + sed -i -e 's:test_interpreter_args:_&:' tests/test_scripts.py || die distutils-r1_src_prepare }