commit: 947b8c374cd10911685db165bb636d7356c7d533 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Apr 29 17:23:18 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Apr 29 17:23:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947b8c37
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 <pacho <AT> gentoo.org> 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 2da2d91ae77..666cf40a480 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 }
