projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ccf22
)
dev-python/cmd2: stop disabling the broken test
author
Mike Gilbert
<floppym@gentoo.org>
Thu, 31 Aug 2017 19:17:46 +0000
(15:17 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Thu, 31 Aug 2017 19:17:46 +0000
(15:17 -0400)
Bug: https://bugs.gentoo.org/629472
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
dev-python/cmd2/cmd2-0.7.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cmd2/cmd2-0.7.5.ebuild
b/dev-python/cmd2/cmd2-0.7.5.ebuild
index 57d107b74467c60e06b89cfc6da8597fd19dae13..68377e9d6082419d95c94ad2eff6d209e03208f9 100644
(file)
--- a/
dev-python/cmd2/cmd2-0.7.5.ebuild
+++ b/
dev-python/cmd2/cmd2-0.7.5.ebuild
@@
-28,13
+28,6
@@
DEPEND="${RDEPEND}
)
"
-python_prepare_all() {
- # Disable failing test
- [[ ${PV} == 0.7.5 ]] || die "Please remove the sed from python_prepare_all"
- sed -i -e 's:test_input_redirection:_&:' tests/test_cmd2.py || die
- distutils-r1_python_prepare_all
-}
-
python_test() {
py.test -vv || die
${EPYTHON} example/example.py --test example/exampleSession.txt || die