From: Michał Górny Date: Sat, 7 Dec 2019 08:58:08 +0000 (+0100) Subject: app-shells/bash-completion: Disable tests failing in containers X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf79358b81c5c3b73e5809a869008d65b5f9ea22;p=gentoo.git app-shells/bash-completion: Disable tests failing in containers Signed-off-by: Michał Górny --- 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 }