From cf79358b81c5c3b73e5809a869008d65b5f9ea22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Dec 2019 09:58:08 +0100 Subject: [PATCH] app-shells/bash-completion: Disable tests failing in containers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-shells/bash-completion/bash-completion-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 2a71e61d56c4..4fdb9c19f7fd 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -92,6 +92,11 @@ src_prepare() { eapply "${WORKDIR}"/bashcomp2/bash-completion-blacklist-support.patch fi + # our setup is close enough to container to cause the same tests + # to fail + sed -i -e '/def in_container/a \ + return True' test/t/conftest.py || die + eautoreconf } -- 2.26.2