From: Pacho Ramos Date: Wed, 29 Apr 2020 17:23:18 +0000 (+0200) Subject: dev-python/nototools: Skip tests (they weren't ported to python3) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=947b8c374cd10911685db165bb636d7356c7d533;p=gentoo.git 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 --- 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 }