projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ae1d6
)
dev-python/nototools: Skip tests (they weren't ported to python3)
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 29 Apr 2020 17:23:18 +0000
(19:23 +0200)
committer
Pacho 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
patch
|
blob
|
history
diff --git
a/dev-python/nototools/nototools-0_pre20200207.ebuild
b/dev-python/nototools/nototools-0_pre20200207.ebuild
index 2da2d91ae776363dd25101e9efb17abe4f8854e4..666cf40a48099c44f7e1b81e83d0e28ddfd3d31f 100644
(file)
--- 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
}