dev-python/cmd2: stop disabling the broken test
authorMike Gilbert <floppym@gentoo.org>
Thu, 31 Aug 2017 19:17:46 +0000 (15:17 -0400)
committerMike 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

index 57d107b74467c60e06b89cfc6da8597fd19dae13..68377e9d6082419d95c94ad2eff6d209e03208f9 100644 (file)
@@ -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