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
This commit is contained in:
Mike Gilbert
2017-08-31 15:17:46 -04:00
parent e3ccf22ff4
commit 009f8adf54

View 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