dev-python/nototools: Skip tests (they weren't ported to python3)
authorPacho Ramos <pacho@gentoo.org>
Wed, 29 Apr 2020 17:23:18 +0000 (19:23 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 29 Apr 2020 17:23:18 +0000 (19:23 +0200)
Bug: https://bugs.gentoo.org/719886
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-python/nototools/nototools-0_pre20200207.ebuild

index 2da2d91ae776363dd25101e9efb17abe4f8854e4..666cf40a48099c44f7e1b81e83d0e28ddfd3d31f 100644 (file)
@@ -30,6 +30,9 @@ RDEPEND="
 
 S="${WORKDIR}/${PN}-${COMMIT}"
 
+# Some tests weren't ported to python3 yet
+RESTRICT="test"
+
 python_test() {
        esetup.py test
 }