commit:     009f8adf545ec04a41a7f78ef3c993a2262d14ee
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 19:17:46 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 19:17:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009f8adf

dev-python/cmd2: stop disabling the broken test

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 | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild 
b/dev-python/cmd2/cmd2-0.7.5.ebuild
index 57d107b7446..68377e9d608 100644
--- 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

Reply via email to