From 947b8c374cd10911685db165bb636d7356c7d533 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 29 Apr 2020 19:23:18 +0200 Subject: [PATCH] dev-python/nototools: Skip tests (they weren't ported to python3) Bug: https://bugs.gentoo.org/719886 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos --- dev-python/nototools/nototools-0_pre20200207.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/nototools/nototools-0_pre20200207.ebuild b/dev-python/nototools/nototools-0_pre20200207.ebuild index 2da2d91ae776..666cf40a4809 100644 --- a/dev-python/nototools/nototools-0_pre20200207.ebuild +++ b/dev-python/nototools/nototools-0_pre20200207.ebuild @@ -30,6 +30,9 @@ RDEPEND=" S="${WORKDIR}/${PN}-${COMMIT}" +# Some tests weren't ported to python3 yet +RESTRICT="test" + python_test() { esetup.py test } -- 2.26.2