Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/
Date: Thu, 31 Aug 2017 19:18:03
Message-Id: 1504207066.009f8adf545ec04a41a7f78ef3c993a2262d14ee.floppym@gentoo
1 commit: 009f8adf545ec04a41a7f78ef3c993a2262d14ee
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 19:17:46 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 19:17:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009f8adf
7
8 dev-python/cmd2: stop disabling the broken test
9
10 Bug: https://bugs.gentoo.org/629472
11 Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
12
13 dev-python/cmd2/cmd2-0.7.5.ebuild | 7 -------
14 1 file changed, 7 deletions(-)
15
16 diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild
17 index 57d107b7446..68377e9d608 100644
18 --- a/dev-python/cmd2/cmd2-0.7.5.ebuild
19 +++ b/dev-python/cmd2/cmd2-0.7.5.ebuild
20 @@ -28,13 +28,6 @@ DEPEND="${RDEPEND}
21 )
22 "
23
24 -python_prepare_all() {
25 - # Disable failing test
26 - [[ ${PV} == 0.7.5 ]] || die "Please remove the sed from python_prepare_all"
27 - sed -i -e 's:test_input_redirection:_&:' tests/test_cmd2.py || die
28 - distutils-r1_python_prepare_all
29 -}
30 -
31 python_test() {
32 py.test -vv || die
33 ${EPYTHON} example/example.py --test example/exampleSession.txt || die