diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-08-11 04:58:29 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-08-11 04:58:29 +0000 |
commit | 5bf3d20f59050c0b82777a6c7e6ea3d83a2ebfe5 (patch) | |
tree | cbf0be311a4d68eba162f31a6fedc25627f1f43e /dev-python/dugong | |
parent | Do not create an empty /tftproot #519338 by Michael Jones. (diff) | |
download | gentoo-2-5bf3d20f59050c0b82777a6c7e6ea3d83a2ebfe5.tar.gz gentoo-2-5bf3d20f59050c0b82777a6c7e6ea3d83a2ebfe5.tar.bz2 gentoo-2-5bf3d20f59050c0b82777a6c7e6ea3d83a2ebfe5.zip |
update test phase
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/dugong')
-rw-r--r-- | dev-python/dugong/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dugong/dugong-3.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/dugong/ChangeLog b/dev-python/dugong/ChangeLog index 29e17cf1d516..902d33addc58 100644 --- a/dev-python/dugong/ChangeLog +++ b/dev-python/dugong/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dugong # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.4 2014/08/06 06:05:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.5 2014/08/11 04:58:29 idella4 Exp $ + + 11 Aug 2014; Ian Delaney <idella4@gentoo.org> dugong-3.2.ebuild: + update test phase *dugong-3.2 (06 Aug 2014) diff --git a/dev-python/dugong/dugong-3.2.ebuild b/dev-python/dugong/dugong-3.2.ebuild index 82dd4c7f6377..76318e6abd5a 100644 --- a/dev-python/dugong/dugong-3.2.ebuild +++ b/dev-python/dugong/dugong-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild,v 1.1 2014/08/06 06:05:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild,v 1.2 2014/08/11 04:58:29 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python3_{3,4} ) @@ -21,8 +21,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] python_test() { # https://bitbucket.org/nikratio/python-dugong/issue/12 - # This test hangs - sed -e 's:test_blocking_send:_&:' -i test/test_dugong.py || die + einfo "Test suite can take several minutes to complete" + # https://bitbucket.org/nikratio/python-dugong/issue/13 14 15 py.test -v || die "Tests failed under ${EPYTHON}" } |