commit: 501c67c736f1cb5fe0ed0f1360c7cf4568931b50 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jul 2 14:31:51 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 2 14:31:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501c67c7
net-im/yowsup: disable tests Closes: https://bugs.gentoo.org/799815 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-im/yowsup/yowsup-3.2.3_p20190905.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild index 81095806d6b..05be23ec4c1 100644 --- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild +++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild @@ -19,6 +19,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" +# This package contains no-op tests, so they actually cannot be run +RESTRICT="test" + RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/configargparse[${PYTHON_USEDEP}]
