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