Skip to content

Commit

Permalink
dev-python/cmd2: stop disabling the broken test
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/629472
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
  • Loading branch information
floppym committed Aug 31, 2017
1 parent e3ccf22 commit 009f8ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dev-python/cmd2/cmd2-0.7.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 009f8ad

Please sign in to comment.