idella4 14/05/16 04:25:19 Modified: cherrypy-3.3.0.ebuild ChangeLog Log: update test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/cherrypy/cherrypy-3.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?r1=1.1&r2=1.2 Index: cherrypy-3.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cherrypy-3.3.0.ebuild 3 May 2014 16:51:59 -0000 1.1 +++ cherrypy-3.3.0.ebuild 16 May 2014 04:25:19 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 1.1 2014/05/03 16:51:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 1.2 2014/05/16 04:25:19 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 @@ -46,7 +46,10 @@ ) # This really doesn't sit well with multiprocessing - nosetests "${exclude[@]}" < /dev/tty || die "Testing failed with ${EPYTHON}" + # https://github.com/nose-devs/nose/issues/808 + if ! [[ "${EPYTHON}" == pypy ]]; then + nosetests "${exclude[@]}" < /dev/tty || die "Testing failed with ${EPYTHON}" + fi } src_test() { 1.63 dev-python/cherrypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 3 May 2014 16:55:02 -0000 1.62 +++ ChangeLog 16 May 2014 04:25:19 -0000 1.63 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cherrypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.62 2014/05/03 16:55:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.63 2014/05/16 04:25:19 idella4 Exp $ + + 16 May 2014; Ian Delaney <[email protected]> cherrypy-3.3.0.ebuild: + update test phase 03 May 2014; Mike Gilbert <[email protected]> files/cherrypy-3.3.0-test_config.patch:
